Expand description
ยงSMTP transport module.
Modulesยง
- connect ๐SMTP connection establishment.
- SMTP message sending
Structsยง
- Smtp ๐
Enumsยง
- Send
Result ๐
Functionsยง
- send_
mdn ๐Tries to send a single MDN. Returns true if more MDNs should be sent. - send_
mdn_ ๐rfc724_ mid Tries to send MDN for message identified byrfc724_mdn
tocontact_id
. - send_
mdns ๐Attempts to send queued MDNs. - send_
msg_ ๐to_ smtp Sends message identified bysmtp
table rowid over SMTP connection. - send_
smtp_ ๐messages Tries to send all messages currently insmtp
,smtp_status_updates
andsmtp_mdns
tables. - smtp_
send ๐Tries to send a message.