"Mr. Big" <[EMAIL PROTECTED]> writes:

> Any idea how to use gmail for sending mail?
> and this is my .gnus.el:
>
> (setq message-send-mail-function 'smtpmail-send-it)
> (setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)))
> (setq smtpmail-auth-credentials '(("smtp.gmail.com" 587 "username"
> nil)))
> (setq smtpmail-default-smtp-server "smtp.gmail.com")
> (setq smtpmail-smtp-server "smtp.gmail.com")
> (setq smtpmail-smtp-service 587)
> (setq smtpmail-local-domain "smtp.gmail.com");    added
> (setq smtpmail-sendto-domain "smtp.gmail.com");   added

I have everything working except for the smtpmail-local-domain and
smtpmail-sendto-domain variables that you've set.  Try removing them
and seeing if that works.

-- 
burton samograd                                 kruhft .at. gmail
kruhft.blogspot.com     www.myspace.com/kruhft  metashell.blogspot.com
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to