Serghei Iakovlev via "Announcements and discussions for GNUS, the GNU
Emacs Usenet newsreader (in English)" <[email protected]>
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 "[email protected]")
> ("GCC" "nnimap+main:Sent")
> ("X-Message-SMTP-Method" "smtp 127.0.0.1 1025"))
> ("nnimap\\+gmail:.*"
> (address "[email protected]")
> ("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