in smtp submission, if a fromid is present in the mailfrom command, use it when queueing

it's the responsibility of the sender to use unique fromid's.
we do check if that's the case, and return an error if not.

also make it more clear that "unique smtp mail from addresses" map to the
"FromIDLoginAddresses" account config field.

based on feedback from cuu508 for #31, thanks!
This commit is contained in:
Mechiel Lukkien
2024-04-28 13:18:25 +02:00
parent 32cf6500bd
commit 8cc795b2ec
12 changed files with 126 additions and 19 deletions

View File

@ -315,8 +315,8 @@ composing email messages (internet message format, IMF), SMTP for submission,
and IMAP for handling incoming messages including delivery status notifications
(DSNs).
Outgoing webhooks notify about events for outgoing deliveries (such as
"delivered", "delayed", "failed", "suppressed").
Outgoing webhooks notify about events for outgoing deliveries, such as
"delivered", "delayed", "failed", "suppressed".
Incoming webhooks notify about incoming deliveries.