help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus with multiple mail accounts


From: Jeremie Juste
Subject: Re: gnus with multiple mail accounts
Date: Fri, 16 Oct 2020 22:19:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hello,

Many thanks everyone for sharing. I can confirm that the following
configuration works

("X-Message-SMTP-Method" "smtp outlook.office365.com 587 EMAILADDRESS")

provided that smtpmail-stream-type is set to nil (setq smtpmail-stream-type nil)


(setq gnus-posting-styles
      '(      
      (".*"
       ("X-Message-SMTP-Method" "smtp smtp.gmail.com 465  <EmailAddress>")
       )
      ("other" ;
       ("X-Message-SMTP-Method" "smtp smtp.office365.com 587 <EmailAddress>")
       )))

Best regards,
Jeremie



reply via email to

[Prev in Thread] Current Thread [Next in Thread]