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

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

Re: How to send email?


From: Katsumi Yamaoka
Subject: Re: How to send email?
Date: Thu, 18 May 2006 16:41:43 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux)

>>>>> In <868xozetei.fsf@gmail.com> 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 <86k68jn728.fsf@gmail.com> Jijun MA wrote:

> it is really hard to use

Maybe you need to show all your configurations.


reply via email to

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