• Resolved David Perez

    (@davidperez)


    Could we manage to have a notification when an email has errors. It would be awesome to have a Slack notification when you have an error in a email, instead of having a resume email.

    It’s the best way to fix error when occurs. That give the best security option when you manage a lot of websites.

    Thanks for your plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Amimul Ihsan

    (@amimulihsanmahdi)

    Hello @davidperez,

    Thank you for the suggestion. I am considering that as a feature request.

    Please note, each feature request must be thoroughly examined by the R&D team to determine its feasibility and necessity. If they are affirmative about the implementation, it will be forwarded to the development team and eventually implemented.

    Thank you

    Thread Starter David Perez

    (@davidperez)

    Could you share at least if there is an action after is sending the email, to process the problem?

    Plugin Support Amimul Ihsan

    (@amimulihsanmahdi)

    Hello @davidperez,

    Fluent SMTP offers fallback features for failed emails. You can try the below hook:

    add_action('fluentmail_email_sending_failed', array($this, 'maybeHandleFallbackConnection'), 10, 2);

    Thank you

    Thread Starter David Perez

    (@davidperez)

    Nice!! Thanks. Which are the 2 parameters that receives the function?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Notify when error occurs’ is closed to new replies.