X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=texi%2Fgnus.texi;h=343b5f2c50d2543b993d8849244f2c7e414f17d4;hb=f59e2e33112ea1a959113c4bdc0c4ee9c26b51d7;hp=6feab478b1676142b670343d7c2a18b34983f63d;hpb=d135befe5b48bd4a69104157d803b96ea43714e7;p=gnus diff --git a/texi/gnus.texi b/texi/gnus.texi index 6feab478b..343b5f2c5 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -3028,6 +3028,7 @@ like this in the group parameters: @example (posting-style (name "Funky Name") + ("X-Message-SMTP-Method" "smtp smtp.example.org 587") ("X-My-Header" "Funky Value") (signature "Funky Signature")) @end example @@ -12801,6 +12802,7 @@ So here's a new example: (signature-file "~/.work-signature") (address "user@@bar.foo") (body "You are fired.\n\nSincerely, your boss.") + ("X-Message-SMTP-Method" "smtp smtp.example.org 587") (organization "Important Work, Inc")) ("nnml:.*" (From (with-current-buffer gnus-article-buffer @@ -12815,6 +12817,13 @@ if you fill many roles. You may also use @code{message-alternative-emails} instead. @xref{Message Headers, ,Message Headers, message, Message Manual}. +Of particular interest in the ``work-mail'' style is the +@samp{X-Message-SMTP-Method} header. It specifies how to send the +outgoing email. You may want to sent certain emails through certain +@acronym{SMTP} servers due to company policies, for instance. +@xref{Mail Variables, ,Message Variables, message, Message Manual}. + + @node Drafts @section Drafts @cindex drafts