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

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

unknown sender


From: mezzenger
Subject: unknown sender
Date: Thu, 15 May 2008 16:49:32 +0000

I have installed the latest emacs and set up email using vm.  I can send and 
receive email, but the "from" field is blank in mail received from me.  I need 
to know where the from field is set.

Here is the email portion of my dot emacs file:

-----------------------------------------------------------------------------------------------
;; Mail
;; SMTP
(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.comcast.net")
(setq smtpmail-smtp-service 587)
(setq smtpmail-auth-credentials
           '(("smtp.comcast.net" 587 "my_username" "my_password")))
(setq user-mail-address "mezzenger@comcast.net")
(setq user-full-name "Alvin Smith")
(setq mail-default-reply-to "mezzenger@comcast.net)

;;POP3
(setq vm-pop-folder-alist
      '(
        ("pop:mail.comcast.net:110:pass:my_username:my_password" "Comcast")
      )) 

----------------------------------------------------------------------------------------------------

What am I missing?
Thanks.




reply via email to

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