File: sendmail.el.html
This mode provides mail-sending facilities from within Emacs. It is documented in the Emacs user's manual.
Defined variables (39)
default-sendmail-coding-system | Default coding system for encoding the outgoing mail. |
mail-alias-file | If non-nil, the name of a file to use instead of the sendmail default. |
mail-alias-modtime | The modification time of your mail alias file when it was last examined. |
mail-aliases | Alist of mail address aliases, |
mail-archive-file-name | Name of file to write all outgoing messages in, or nil for none. |
mail-bury-selects-summary | If non-nil, try to show Rmail summary buffer after returning from mail. |
mail-citation-header | While running ‘mail-citation-hook’, this variable holds the message header. |
mail-citation-hook | Hook for modifying a citation just inserted in the mail buffer. |
mail-citation-prefix-regexp | Regular expression to match a citation prefix plus whitespace. |
mail-default-directory | Value of ‘default-directory’ for Mail mode buffers. |
mail-default-headers | A string containing header lines, to be inserted in outgoing messages. |
mail-default-reply-to | Address to insert as default Reply-To field of outgoing messages. |
mail-envelope-from | If non-nil, designate the envelope-from address when sending mail. |
mail-font-lock-keywords | Additional expressions to highlight in Mail mode. |
mail-from-style | Specifies how "From:" fields look. |
mail-header-separator | Line used to separate headers from text in messages being composed. |
mail-indentation-spaces | Number of spaces to insert at the beginning of each cited line. |
mail-interactive | Non-nil means when sending a message wait for and display errors. |
mail-mailing-lists | List of mailing list addresses the user is subscribed to. |
mail-mode-abbrev-table | Abbrev table for ‘mail-mode’. |
mail-mode-hook | Hook run by Mail mode. |
mail-mode-map | Keymap for ‘mail-mode’. |
mail-mode-syntax-table | Syntax table used while in ‘mail-mode’. |
mail-personal-alias-file | If non-nil, the name of the user’s personal mail alias file. |
mail-self-blind | Non-nil means insert Bcc to self in messages to be sent. |
mail-send-actions | A list of actions to be performed upon successful sending of a message. |
mail-send-hook | Hook run just before sending a message. |
mail-send-nonascii | Specify whether to allow sending non-ASCII characters in mail. |
mail-setup-hook | Normal hook, run each time a new outgoing message is initialized. |
mail-setup-with-from | Non-nil means insert ‘From:’ field when setting up the message. |
mail-signature | Text inserted at end of mail buffer when a message is initialized. |
mail-signature-file | File containing the text inserted at end of mail buffer. |
mail-specify-envelope-from | If non-nil, specify the envelope-from address when sending mail. |
mail-use-dsn | Ask MTA for notification of failed, delayed or successful delivery. |
mail-yank-ignored-headers | Delete these headers from old message when it’s inserted in a reply. |
mail-yank-prefix | Prefix insert on lines of yanked message being replied to. |
send-mail-function | Function to call to send the current buffer as mail. |
sendmail-coding-system | Coding system for encoding the outgoing mail. |
sendmail-program | Program used to send messages. |