Send email without using SMTP

你。 提交于 2019-12-25 04:09:52

问题


I would like to send an email without using an SMTP server. I have tried using CDO.Message to send email. It works fine in IIS5.0 but not with IIS6.0. Is there a way to save emails to a pickup directory that outlook will use to send through it's own processes or some other option than using an SMTP server? Our firewalls blcok port 25 fairly aggresively unless it is coming from outlook directly.


回答1:


If you want Outlook to send your message, you need to use the Outlook Object Model for that.



来源:https://stackoverflow.com/questions/16153350/send-email-without-using-smtp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!