how to configure my iis to send email from my Asp.net website (in

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi
i have a asp.net website and i want to send mail from my site (in iis from
my computer) to my mail(for example outlook),but how to configure my email
seeting in my iis on my computer ?
if possible guide me for configure my outlook for receive and show mails.
thanks.
 
This question should be directed to the ASP.NET group as it really has
nothing to do with C# languaate issues. Also, there is an IIS group that can
provide information on setting up the SMTP Service in IIS.
Peter
 
Hello Hamed_1983,

use System.Net.Mail, see msdn for more details. What's the problem?

If you need smth like mail server to test how it works you can use PostOffice
app

H> i have a asp.net website and i want to send mail from my site (in iis
H> from
H> my computer) to my mail(for example outlook),but how to configure my
H> email
H> seeting in my iis on my computer ?
H> if possible guide me for configure my outlook for receive and show
H> mails.
H> thanks.

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Hi,

You have a small confusion, first you need to send the email no to your
outlook but to where your outlook is getting your emails from.
For that you have a couple of options, either you configure your IIS to
send emails or send them directly using your email provider.

In any case you have to consult your connection provider as most of them
have blocked port 25 to prevent spam
 

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

Back
Top