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

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

Re: Help setting up POP3 email (rmail)


From: John Mastro
Subject: Re: Help setting up POP3 email (rmail)
Date: Fri, 26 Feb 2016 16:06:04 -0800

<cptvlaze@tutamail.com> wrote:
> It does not seem to work :( I'm attaching my code, just for revision...
>
> ;; Firstly setup SMTP.
> (require 'smtpmail)
> (setq send-mail-function 'smtpmail-send-it)
>       smtpmail-smtp-server "mail.foomail.com"
>       smtpmail-smtp-service 587
>       user-mail-address "foo@foomail")
> ;; The line below puts sent items into an mbox file.
> (setq mail-default-headers "FCC: ~/Mail/Sent")
> ;; This puts my name correctly in email To/From lines.
> (setq user-full-name "Fooname Barname")

I don't know anything about POP3 or Rmail, but you have an extra right
paren:

(setq send-mail-function 'smtpmail-send-it) <<<<<<
      smtpmail-smtp-server "mail.foomail.com"
      smtpmail-smtp-service 587
      user-mail-address "foo@foomail")

Hope that helps

-- 
john



reply via email to

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