Exal de Jesus Garcia Carrillo <[EMAIL PROTECTED]> writes:

Hi Exal,

> Hey, this works for me:
>
> ;; SMTP for GMX
> (setq smtpmail-local-domain nil
>       smtpmail-default-smtp-server "mail.gmx.net"
>       smtpmail-debug-info t
>       smtpmail-debug-verb t
>       smtpmail-starttls-credentials
>       '(("mail.gmx.net" 25 nil nil)))

Ok, now we can send mail with gmx, but I guess the OP would like to
receive mail, too.

,----[ Receiving mails from GMX via POP3 ]
| (add-to-list 'gnus-secondary-select-methods '(nnml ""))
| (setq mail-sources `((pop :server "pop.gmx.de"
|                           :user "[EMAIL PROTECTED]"
|                           :password ,th-gnus-gmx-password)
`----

Bye,
Tassilo
-- 
     My software never has bugs. It just develops random features.



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to