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 "[EMAIL PROTECTED]" 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: <[EMAIL PROTECTED]>
> 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



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to