mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 18:24:35 +03:00
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:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user