info-gnus-english
[Top][All Lists]
Advanced

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

Re: IMAP Sending Issue with Multiple Accounts


From: Serghei Iakovlev
Subject: Re: IMAP Sending Issue with Multiple Accounts
Date: Fri, 06 Sep 2024 10:34:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Serghei Iakovlev via "Announcements and discussions for GNUS, the GNU
Emacs Usenet newsreader (in English)" <info-gnus-english@gnu.org>
writes:

Apologies, I was so excited that I ended up making a typo in my
example :)

> (setq gnus-posting-styles
>       `((".*"
>          (signature ,user-full-name)
>          (address "egrep@protonmail.ch")
>          ("GCC" "nnimap+main:Sent")
>          ("X-Message-SMTP-Method" "smtp 127.0.0.1 1025"))
>         ("nnimap\\+gmail:.*"
>          (address "redacted@gmail.com")
>          ("GCC" "nnimap+gmail:[Gmail]/Sent Mail")
>          ;; For SSL 465, enter use, for TLS, use 587
>          ("X-Message-SMTP-Method" "smtp smtp.gmail.com 465"))))

Comment should be:

--8<-----------------cut here----------------start--------------->8--
;; For TLS use 465, for STARTTLS use 587
("X-Message-SMTP-Method" "smtp smtp.gmail.com 465")
--8<-----------------cut here----------------end----------------->8--


-- 
Serghei Iakovlev




reply via email to

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