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

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

Re: email


From: Kevin Rodgers
Subject: Re: email
Date: Thu, 14 Apr 2005 16:39:12 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Mahdi Osman wrote:
> I have been trying to send /recieve email using "Mail" as well as
> "GNUS" under emacs. I always get "SMTP protocl error". I have got the
> following lines in my ".emacs"

> (setq send-mail-function 'smtpmail-send-it) ; if you use `mail'
> (setq message-send-mail-function 'smtpmail-send-it) ; if you are using Gnus.
> (setq smtpmail-default-smtp-server "mx0.gmx.net")
> (setq smtpmail-local-domain "gmx.net")
> (setq smtpmail-sendto-domain "nil")
> (setq user-mail-address (concat "m_osm@gmx.net" smtpmail-local-domain))
> (setq smtpmail-debug-info t) ; only to debug problems
> (setq smtpmail-debug-verb t)
> (require 'sendmail)
> (require 'time-stamp)
>
> Nothing is working for me at all.
>
>
> When I trace the error source I get the following.
>
> 220 {mx039} GMX Mailservices ESMTP
> EHLO HOME.gmx.net
> 250-{mx039} GMX Mailservices
> 250-8BITMIME
> 250 ENHANCEDSTATUSCODES
> MAIL FROM: <m_osm@gmx.netgmx.net>
> 550 5.1.8 {mx039} Cannot resolve your domain
> QUIT
> 221 2.0.0 {mx039} GMX Mailservices
>
> I am really wondering if some can help me to go further.

M-x apropos-value RET gmx\.netgmx\.net RET

--
Kevin Rodgers





reply via email to

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