On 31 Jan 2006 07:34:00 -0800, Rodolfo wrote:

> http://mail.google.com/support/bin/answer.py?answer=13287

Note that gmail *requires* the use of SSL for pop3 and TLS for smtp.
This is unlike many ISPs etc.

> (setq mail-sources '((pop :server "pop.gmail.com"
>                           :user "[EMAIL PROTECTED]"
> )))

I think you need to configure use of SSL here, somehow.

> (setq send-mail-function 'smtpmail-send-it)
> (setq message-send-mail-function 'smtpmail-send-it)
> (setq smtpmail-default-smtp-server "smtp.gmail.com")

Here you should configure the use of TLS, I guess.

I've only tried using SSL with imap and nntp in Gnus and I always use
a local MTA, so I can't related direct experience with pop3s and
smtp+tls.


  Best regards,

-- 
 "You know, if the sun was an oboe, what would you do?"       Adam Sjøgren
                                                         [EMAIL PROTECTED]
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to