Next: , Previous: , Up: sendmail script emacs   [Contents][Index]


A.6.5.2 Sending and delivering functions

Function: send-mail-with-mbfl

Send the email message in the current buffer. This interactive function can be invoked directly by the user, or, better, used as value for message-send-mail-function. Sending involves:

  1. Normalising the message with sendmail-mbfl-normalise-message.
  2. Performing special deliveries with sendmail-mbfl-delivery.
  3. Posting the message to an MTA using sendmail-mbfl-post.
Function: sendmail-mbfl-delivery

Perform special deliveries of the email message in the current buffer. If the message has an Fcc header, deliver is performed relying on mail-do-fcc from sendmail.el.

It is to be called after sendmail-mbfl-normalise-message or an equivalent normalisation has been applied to the message.

Function: sendmail-mbfl-post

Post the email message in the current buffer using an MTA. Posting involves:

  1. Preparing the message with sendmail-mbfl-prepare-message-for-mta.
  2. Saving the message into a temporary file.
  3. Sending the file using the program selected with the customisable variable sendmail-mbfl-program.

It is to be called after sendmail-mbfl-normalise-message or an equivalent normalisation has been applied to the message.


Next: , Previous: , Up: sendmail script emacs   [Contents][Index]

This document describes version 3.0.0-devel.0 of Marcos Bash Functions Library.