Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(send_msg_to_smtp): do not fail if the message does not exist anymore
If the number of retries for message is exceeded, do not fail when marking it as failed if the message does not exist. Otherwise we may never delete the message from SMTP queue because corresponding msg_id is not valid anymore.
- Loading branch information