Module smtp

Source
Expand description

ยงSMTP transport module.

Modulesยง

connect ๐Ÿ”’
SMTP connection establishment.
send
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 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.