fluent-smtp icon indicating copy to clipboard operation
fluent-smtp copied to clipboard

Return true to wp_mail() when fallback email is successful.

Open gazer22 opened this issue 1 year ago • 0 comments

Currently, when the primary connection fails, but the fallback connection is successful at sending the email, fluentMailSend() still returns false.

If the email is successful, regardless of which connection, I would expect wp_mail() (as implemented by fluentMailSend()) to return true.

gazer22 avatar Feb 14 '25 21:02 gazer22