PDA

Click to See Complete Forum and Search --> : Send email when register member in C#


haibec
Aug 16th, 2007, 04:40 AM
Hi all!

I make a page register member . I want when a user register may website will send a email to email of that user. with informations : Username and Password . ( C# 2005). Please help me

nmadd
Aug 16th, 2007, 08:09 AM
Check out the SmtpClient class. There is a good example as usual on MSDN:
http://msdn2.microsoft.com/en-us/library/system.net.mail.smtpclient(vs.80).aspx