• Resolved psytanium

    (@psytanium)


    Hi,

    The plugin is perfectly created, everything is well done, but I have a problem receiving emails when a user submit a form, when I installed it, it was working fine, i was receiving notification emails, but now it’s not.

    I tried to use WP Mail SMTP, the error log is:

    Email Source: Forminator
    Mailer: Default (none)
    PHPMailer was able to connect to SMTP server but failed while trying to send an email.

    Any idea what happened ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hi @psytanium

    I hope you’re well today!

    The error that you getting suggests that the issue isn’t really directly related to Forminator. The fact that PHPMailer even tries to connect to SMTP means that Formiantor did its job and “requested” WordPress core to send that email. Then this was handled by PHPMailer via STMP and if it says it failed while trying to send message it usually means that:

    – there’s some misconfiguration of SMTP credentials
    – there’s some kind of limitation (e-mail quota or domain restrictions) on SMTP server

    or similar case. Depending on the SMTP provider it may mean that e.g. e-mail sender address must be adjusted to be exactly the same as SMTP credentials e-mail or that sender address must be in some way allowed/authorized on SMTP provider end.

    However, you can also try a bit more debugging by using (even temporarily) this free plugin instead of WP Mail SMPT:

    https://wordpress.org/plugins/post-smtp/

    as it can show you a “raw” error response from SMTP server including any error code and its message exactly as issues by SMTP server – this often helps understand better what happens and why sending failed (e.g. it can tell if SPAM filter was triggered or domain not authorized etc).

    Knowing that cold then help find solution so I’d suggest giving it a shot.

    Best regards,
    Adam

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @psytanium ,
    
    We haven’t heard from you for several days now, so it looks like you no longer need our assistance.
    
    Feel free to re-open this ticket if needed.
    
    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Emails not sent’ is closed to new replies.