help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: SMTP mail and Verizon


From: Subhankar Chatterjee
Subject: Re: SMTP mail and Verizon
Date: 22 Jul 2003 15:53:44 +0530
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hello,

dms.emacs@verizon.net (David M. Synck) writes:
[...]
> ;; Mail settings to provide authentication to smtp server
> (setq smtpmail-auth-credentials
>       '(( "outgoing.verizon.net" "25" "dms.emacs" "password")))

(setq smtpmail-smtp-service 25)
(setq smtpmail-auth-credentials
      '(("smtp.server.net" 25 "username" "passwd"))) 

Follow this format. Remove the double quotes from the port number and also
specify the port number on a different line as stated above. Should work.

> David M. Synck
Regards
-Subhankar

-- 
blue pill or red pill
--


reply via email to

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