info-gnus-english
[Top][All Lists]
Advanced

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

Re: Configuring gnus for gmail


From: Tim McNamara
Subject: Re: Configuring gnus for gmail
Date: Tue, 31 Jan 2006 12:27:08 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

"Rodolfo Medina" <romeomedina@libero.it> writes:

> Hi.
>
> I've tried to follow the indications at:
>
> http://mail.google.com/support/bin/answer.py?answer=13287
>
> in order to configure gnus to fetch and send mail from and to
> gmail, but it doesn't work: gnus sticks when opened.
> In my .gnus.el I put the following stuff:
>
>
> --------------------------------------------------------
> (setq user-mail-address "rodolfo.medina@gmail.com")
> (setq user-full-name "Rodolfo Medina")
>
> (setq mail-sources '((pop :server "pop.gmail.com"
>                           :user "rodolfo.medina@gmail.com"
> )))
>
> (setq send-mail-function 'smtpmail-send-it)
> (setq message-send-mail-function 'smtpmail-send-it)
> (setq smtpmail-default-smtp-server "smtp.gmail.com")
> ---------------------------------------------------------
>
>
> . Is anybody there who has a direct experience in the matter?

Hmmm.  I don't but maybe this will help.  Try plugging in your values
to this (for mail client backend, username, passwsord, etc).  This
would also allow you to specify several mail servers, I believe, if
you use them, by adding them under "add-to-list 'mail-sources ..."



(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(eval-after-load "mail-source"
 '(add-to-list 'mail-sources '(pop :server "pop.gmail.com"
                                   :user "rodolfo.medina@gmail.com"
                                   :password "insertyourpassword")))
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-auth-credentials
 '(("smtp.gmail.com" 25 "rodolfo.medina@gmail.com" "insertyourpassword")))


Hope this helps!


reply via email to

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