Expand description
ยงSMTP transport module.
Modulesยง
- connect ๐SMTP connection establishment.
- SMTP message sending
Structsยง
- Smtp ๐
Enumsยง
- SendResult ๐
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 by
rfc724_mdn
tocontact_id
. - send_mdns ๐Attempts to send queued MDNs.
- send_msg_to_smtp ๐Sends message identified by
smtp
table rowid over SMTP connection. - send_smtp_messages ๐Tries to send all messages currently in
smtp
,smtp_status_updates
andsmtp_mdns
tables. - smtp_send ๐Tries to send a message.