[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
- gnus with multiple mail accounts, Jeremie Juste, 2020/10/15
- Re: gnus with multiple mail accounts, Eric Abrahamsen, 2020/10/15
- Re: gnus with multiple mail accounts, Jeremie Juste, 2020/10/16
- Re: gnus with multiple mail accounts, Robert Pluim, 2020/10/16
- Re: gnus with multiple mail accounts, Robert Pluim, 2020/10/16
- Re: gnus with multiple mail accounts, Pankaj Jangid, 2020/10/16
- Re: gnus with multiple mail accounts, Eric S Fraga, 2020/10/16
- Re: gnus with multiple mail accounts, Robert Pluim, 2020/10/16
- Re: gnus with multiple mail accounts,
Jeremie Juste <=
- Re: gnus with multiple mail accounts, Pankaj Jangid, 2020/10/17
- Re: gnus with multiple mail accounts, Eric S Fraga, 2020/10/17
- Re: gnus with multiple mail accounts, Robert Pluim, 2020/10/18
Re: gnus with multiple mail accounts, Pankaj Jangid, 2020/10/16