Module smtp
Source Expand description
- connect π
- SMTP connection establishment.
- send
- SMTP message sending
- Smtp π
- SendResult π
- add_self_recipients π
- Adds self-addresses to
recipients as necessary.
This doesnβt check Config::BccSelf, it should be checked by the caller if needed. - 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.