Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gchokeen

    (@gchokeen)

    Hi,

    Have you checked the spam/ junk.

    Plugin using default wp_mail wordpress mail function. Can you confirm it’s not there in any spam box. When I test mail was sending to spam.

    Thanks
    Gowri

    Thread Starter Illsteward

    (@illsteward)

    Hi there,

    just tried… Normal mails such as registration etc. work fine, but I can’t get the e-mails from your plugin. Also, the favorite authors page remains empty. Can this maybe be a conflict with frontier posts plugin? ( http://wordpress.org/plugins/frontier-post/ ) We run a site where users are allowed to add their own posts (a sort of poetry / literature critics web) so we use this instead of adding posts directly from backend.

    Thanks,
    Illsteward

    Plugin Author gchokeen

    (@gchokeen)

    I just tested this on normal post from admin it sending mail. no time to test with frontier post plugin. Hope that plugin using wordpress wp_insert_post to save the post. If not plugin can’t trigger the proper action hooks.

    hint : worth to check the database table that adds new record on it also check there any error logs on server. It works on my enviroment !

    Thanks
    Gowri

    Thread Starter Illsteward

    (@illsteward)

    Hi there!

    So I checked the frontier post plugin files and found this statement:

    $postid = wp_insert_post( $my_post );
    				}
    			else
    				{
    				// update the post into the database
    				$my_post['ID']=$postid;
    				wp_update_post( $my_post );
    				}

    So from this, I think I can safely say that it dues use the wp_insert_post method. Also, I found no errors on the server side. Can’t really see any problém here. 🙁

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin not sending e-mails’ is closed to new replies.