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.
相关问题
- Django & Amazon SES SMTP. Cannot send email
- How to make a .svc file write to asp.net Trace.axd
- How to deploy python flask application in conda ba
- Outlook Object Model - Hooking to the Conversation
- Analyzing Outlook HANG dump (with GoogleCalendarSy
If you want Outlook to send your message, you need to use the Outlook Object Model for that.