Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Hari Maliya

    (@harimaliya)

    Hi Jim smith

    Thanks For using our Plugin.

    “Easy SMTP Mail” Plugin are override wp_mail() Function.

    In contact form are you using wp_mail() function. It is working .

    The plugin are developed only wp_mail()function.

    Thanks
    -Hari Maliya

    I have the same issue. The test works just fine, but in my code if I use

    $test = wp_mail($to,$subject,$message)
    if($test)
    {
    echo "all good";
    }

    all good is displayed, but the message never comes in.

    any ideas?

    i’m putting this somewhere in in the wp-content/page.php file. Am I missing a hook or something?

    NFM (never @#$%ing mind). My bad!! I changed this particular form to contact_email so I needed to use $_POST[‘contact_email’] not $email. SMH (never fails to continue looking at your code, huh?)

    Plugin Author webriti

    (@priyanshumittal)

    Make sure the contact form you are using with the theme, must be using wp_mail() function.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘test mail work, using contact form fails’ is closed to new replies.