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 "eg...@protonmail.ch") > ("GCC" "nnimap+main:Sent") > ("X-Message-SMTP-Method" "smtp 127.0.0.1 1025")) > ("nnimap\\+gmail:.*" > (address "redac...@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