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

Login issues in SMTP make outgoing emails stuck after 5 failures #22

Open
dcaliste opened this issue Jan 15, 2025 · 1 comment
Open

Comments

@dcaliste
Copy link
Contributor

Not a bug per se, but just a note for possible improvement.

Currently, an outgoing email failing 5 times is marked with dontSend and is ignored during any transmitMessages action. This situation can happen when for instance login is failing because of outdated credentials, or mistyped attempts... Then the email stays in the out going mail folder and don't react to any sending action, leaving the user wondering what happened.

Possible improvement may include to mark email only for sending issue and not any other kind of issue during the transmitMessage action.

@pvuorela
Copy link
Contributor

Hm, yea, maybe there could be some differences based on the error code. Login / networking errors keeping on continuing while protocol errors or server refusing to accept the message eventually setting the dontSend.

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

No branches or pull requests

2 participants