ASP 发 EMAIL 遇到的 SMTP Relay Server 的问题我想用ASP写一段发送email的code. 请问 我改用什么SMTP relay server 来加快发送速度? 谢谢[雨色云飞 (11-23 3:27, Long long ago)] [ 传统版 | sForum ][登录后回复]1楼
IIS?Don't know whether I understand ur question correctly or not.
if u have already installed iis(including SMTP virtual server) on ur server, then u can simply configure ur SMTP server from IIS manager.
Remove relay restrictions:
SMTP Server - Property - Access - Relay - Click on the second radio button or add ur own list.
[阿不错 (11-23 12:19, Long long ago)]
[ 传统版 |
sForum ][登录后回复]2楼
试过了, 好像还是不行。 我的问题是->我用了一个叫dundas mailer的东西, 它可以发送邮件。
如果在程序里加了SMTP Relay Server 就可以使发送速度变快。我copy了原因:
If the SMTPRelayServers collection is empty then the email message is sent directly to the destination server, so a DNS server is required to determine where the message is to be sent. However, if the SMTPRelayServers collection is not empty then the message is sent using the specified relay server, and the DNSServers collection is ignored since the relay server is responsible for determining where the message is being sent to.
[雨色云飞 (11-23 13:01, Long long ago)]
[ 传统版 |
sForum ][登录后回复]3楼
(引用 雨色云飞:试过了, 好像还是不行。 我的问题是->我用了一个叫dundas mailer的东西, 它可以发送邮件。
如果在程序里加了SMTP Relay Server 就可以...)dundas mailer documentations onSMTPRelayServers Collection (Dundas mailer Control should provide u info how to add SMTPRelayServer objects.
refer to this article:
http://www.dundas.com/products/onlinedocs/FreeProds/Ultimatetcpip/Mailer/SMTPRelayServers_Collection_(Dundas_Mailer_Control_1.0).htm
[阿不错 (11-23 15:58, Long long ago)]
[ 传统版 |
sForum ][登录后回复]4楼
(引用 雨色云飞:试过了, 好像还是不行。 我的问题是->我用了一个叫dundas mailer的东西, 它可以发送邮件。 如果在程序里加了SMTP Relay Server 就可以...)写个小程式找点能relay的SMTP server. nus应该就不少.[少林小子 (11-23 23:44, Long long ago)] [ 传统版 | sForum ][登录后回复]5楼