I have a .Net application. I want this application to send an email to me. How do I implement this without installing an SMTP server?
feedback
|
|
Using an Your e-mail service provider is the one with the server (e.g. smtp.gmail.com), and your | ||||
|
feedback
|
|
You can't send email without the services of a SMTP server, there is of course no need for you to install one, just point your code at your ISPs SMTP server or your companies Exchange server (or what ever they use). | |||
|
feedback
|
|
This article by Peter Bromberg on eggheadcafe.com C# SMTP Mail without SMTP Service or CDO explains how to send email without relying on an SMTP service:
| |||||||
feedback
|
|
Why don't you contact the smtp service of your mail provider? | |||||
feedback
|