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

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

smtp 587 always fails to send email


From: Alice Bob
Subject: smtp 587 always fails to send email
Date: Mon, 24 Oct 2016 21:14:35 +0800
User-agent: Emacs/Gnus

Port number 587 always fails to send emails. The traces:

502 5.5.2 Error: command not recognized
502 5.5.2 Error: command not recognized
502 5.5.2 Error: command not recognized
500 5.5.2 Error: bad syntax
500 5.5.2 Error: bad syntax
500 5.5.2 Error: bad syntax

However I can connect to the smtp server on command line:

`gnutls-cli --verbose --crlf --starttls --insecure --port=587 smtp.zoho.com'

The relevant configs:

(setq send-mail-function 'smtpmail-send-it
      message-send-mail-function 'smtpmail-send-it
      smtpmail-default-smtp-server nil
      smtpmail-stream-type 'ssl
      smtpmail-smtp-service 587)
(setq smtpmail-smtp-server "smtp.zoho.com")

1. I am sure port 587 is allowed on firewall.
2. 587 fails for all different smtp servers (outlook etc.)

Could some guys give some hints?
-- 
horizon


reply via email to

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