Module smtp
Source Expand description
- connect ๐
- SMTP connection establishment.
- send
- SMTP message sending
- Smtp ๐
- SendResult ๐
- 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
to contact_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
and smtp_mdns
tables. - smtp_send ๐
- Tries to send a message.