how to send mail from 3rd

简介:

http://www.advancedintellect.com/post/2011/03/02/Exchange-2010-and-SMTP-settings.aspx


Enviroment:

Exchange 2010, 2013 which only have hub role and other roles 



1.

we should use the followign code to triggle sending mail script:

http://www.daixiaorui.com/read/16.html#viewpl



2. 

we should use the following commands to Telnet the server to do the test:

http://blog.chinaunix.net/uid-9681606-id-1998570.html

I summarize the following commands:

telnet mail.sunet.net 25
HELO mail.sunet.net
auth login

Test 

test123

MAIL FROM:<sunet@sunet.net>
RCPT TO:<sunet@sunet.net>
DATA 
hello world.


3. 

Using the following method to overcome the "504 5.7.4 Unrecognized authentication type"

http://www.advancedintellect.com/post/2011/03/02/Exchange-2010-and-SMTP-settings.aspx

we should change the authentication method:

And also, we need to use the port 25 as the smtp server 


4.

It should be works at then. 



本文转自 zhangfang526 51CTO博客,原文链接:http://blog.51cto.com/zhangfang526/1828327
相关文章
|
安全 Java Linux
Could not connect to SMTP host: smtp.***.com, port: 465, response: -1
Could not connect to SMTP host: smtp.***.com, port: 465, response: -1
475 0
e-mail
e-mail
68 0
Send mail via http client - CL_SAM_SESSION_QUEUE_SENDER
Send mail via http client - CL_SAM_SESSION_QUEUE_SENDER
101 0
Send mail via http client - CL_SAM_SESSION_QUEUE_SENDER
|
PHP Unix
|
开发工具 C++ 网络安全
|
Web App开发
|
关系型数据库 MySQL 开发工具