How can i send email to someone in a asp.net application

  • Thread starter Thread starter midi
  • Start date Start date
M

midi

Hi i,ve made a function that retreives someones password
from my database. I now want to send it to them via email.
How can I do this?

My application is on my remote web server.

Thanks
 
Yeah i know how to use the mail message class.

I,m talking about how do i send outgoing mail? At the
moment all i can do is send to my servers incoming mail
smtp which is no good. I want to be able to send out from
my server.

My host only allows me to let incoming mail using
mail.site.co.uk and then forward this to 1 specified
email of my choice.

I want to be able to send emails out to memebers of my
site.
 
Well it sounds like you either need to set up a mail server of your own, or
you're likely going to need to pay your host to let you use theirs for such
purposes.
 
Back
Top