Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

0 views
Skip to first unread message

midi

unread,
Nov 13, 2003, 5:55:59 PM11/13/03
to
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

Matt

unread,
Nov 13, 2003, 6:05:19 PM11/13/03
to
See System.Web.Mail.MailMessage

Matt.

"midi" <sl1210user@no_spam.com> wrote in message
news:030c01c3aa39$4e41f8b0$a501...@phx.gbl...

Steve C. Orr [MVP, MCSD]

unread,
Nov 13, 2003, 6:09:00 PM11/13/03
to
You can send email using the System.Web.Mail class.
Here's more info:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebMail.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"midi" <sl1210user@no_spam.com> wrote in message
news:030c01c3aa39$4e41f8b0$a501...@phx.gbl...

midi

unread,
Nov 13, 2003, 6:27:52 PM11/13/03
to

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.

Steve C. Orr [MVP, MCSD]

unread,
Nov 13, 2003, 6:42:03 PM11/13/03
to
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.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"midi" <sl1210user@no_spam.com> wrote in message

news:38aa01c3aa3d$c2693e70$a601...@phx.gbl...

0 new messages