Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infinite loop if Recipient address rejected #279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

empiricompany
Copy link

@empiricompany empiricompany commented Oct 1, 2020

if smtp fail with a presistente error like:
5.7.1 <[email protected]>: Recipient address rejected: Dominio non valido / Invalid Domai

the exception is reported but the mail is not marked as processed causing the attempt to be sent to every cron

it would be interesting to manage smtp errors and report them in smtppro_email_log perhaps adding a column to report the sending error or status
but for the moment this hard fix is ​​enough to avoid the infinite attempt to send and there is still a trace of the error in the exception log

if smtp fail with a presistente error like:
5.7.1 \<[email protected]>: Recipient address rejected: Dominio non valido / Invalid Domai

the exception is reported but the mail is not marked as processed causing the attempt to be sent to every cron

it would be interesting to manage smtp errors and report them in smtppro_email_log perhaps adding a column to save the error
but for the moment this hard fix is ​​enough to avoid the infinite attempt to send and there is still a trace of the error in the exception log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant