fluent-smtp
fluent-smtp copied to clipboard
Return true to wp_mail() when fallback email is successful.
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.