Skip to content

SMTP Email - live server edits vs relay #7787

@sbulen

Description

@sbulen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions