Hello,
I keep running into a problem wherein I can receive mail without issue,
but attempting to send it results in a long delay returning the error
"Process smtpmail not running". The result is that I cannot send mail.
Restarting Gnus does not seem to help.
I am using the following to send mail:
(setq gnus-posting-styles
'(("Countermail:*"
(x-identity "Countermail")
(address "[email protected]")
(reply-to "[email protected]")
("X-Message-SMTP-Method" "smtp imap1.countermail.com 465")
;; (eval (setq mml2015-signers '("[email protected]")))
(body "\nThanks, xx\n"))
etc for multiple accounts. Thanks in advance for any pointers.
Aric