You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: