-
Notifications
You must be signed in to change notification settings - Fork 267
Description
Description
We have seen a couple of instances where SMTP servers are performing edits when SMF connects to queue up an email for sending. I.e., it is validating the recipient in real time, while adding the entry to the mail queue on the SMTP server.
Some SMTP servers apparently allow this behavior, and do not act as a relay.
The far more common behavior is to queue it up, and later, upon sending, if it fails, it fails.
The problem with this behavior, though, is that the request fails, the entry remains in the mail queue. So, it gets processed again, the next time the SMF mail queue gets processed.
So... If the recipient does not exist, the email can stay in the SMF queue forever...
Additional information/references
From the forum: https://www.simplemachines.org/community/index.php?topic=586346.0