• Resolved sumit13

    (@sumit13)


    Hi, I am using free version of this plugin. I created a user registration form but after submission no email is received to admin and the user who submitted the form.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Metagauss

    (@metagauss)

    Hi @sumit13,

    Can you try sending a test email from Global Settings -> Email Configuration settings and let us know if that is sent successfully or not.

    Thread Starter sumit13

    (@sumit13)

    Thank you for your response. I tried testing email from email configuration settings and that did not work as well.

    Simple PHP code to send email works fine as mentioned below:

    $to = “[email protected]”;
    $subject = “My subject”;
    $txt = “Hello world!”;
    $headers = “From: [email protected]” . “\r\n”;

    mail($to,$subject,$txt,$headers);

    But emails from plugin not working.

    • This reply was modified 2 years ago by sumit13.
    Thread Starter sumit13

    (@sumit13)

    @metagauss Can you please let me know what could be the issue.. ?

    Plugin Author Metagauss

    (@metagauss)

    Hi @sumit13,

    We are awaiting your response on our support ticket. Please let us know if our suggested solution has fixed the issue or not.

    Plugin Author Metagauss

    (@metagauss)

    Due to lack of further response, we are closing this topic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Auto Responder Not Working’ is closed to new replies.