Sending mail from a Web application(SMTP)

K

Krish

Hi All,
I am trying to send email from my web application. I am using the
System.Net.Mail name space for the same.

Now my question is what all are required for having this capability in
my web application?

If I have the SMTP service installed and running in the same IIS(where
my web application is also running) will that be sufficient. Do I need
some other SMTP server also.


I remember during the ASP days I used CDONTS object and SMTP service
to send mails. But here it doesn't seem to work with just SMTP service
enabled. All the mails are going to the Badmail folder.

Any help to this will be highly appreciated.
Kris
 
J

Jimmy V

Your local IIS will send via System.Net.Mail & SMTP if you have the service
enabled properly.

--
Jimmy V
..NET Development Team - CTS, Inc
(e-mail address removed)

www.askcts.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top