>>>>> In <[EMAIL PROTECTED]> Jijun MA wrote: > i want send email via smtp, and i have added pop, smtp and this > lines in .gnus.el
> (setq message-send-mail-function 'smtpmail-send-it) > (add-hook 'message-send-mail-hook 'mail-source-touch-pop) mail-source-touch-pop requires that you set message-send-mail-function to message-smtpmail-send-it, not smtpmail-send-it. See (info "(gnus)POP before SMTP"). > but when i finished an email, and type C-c C-c > the error message is : > Sending via mail... > message-send-mail-with-sendmail: Sending...failed with exit value 1 Hmm, it says message-send-mail-function has not been customized. What is the file in which you've put the above two lines? >>>>> In <[EMAIL PROTECTED]> Jijun MA wrote: > it is really hard to use Maybe you need to show all your configurations. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
