email from asp.net

  • Thread starter Thread starter rachel
  • Start date Start date
R

rachel

Hello,
I have an application deployed on a webserver and after a
user registeres, I would like to email the user their
details.

How do I do this..
Would this be initiated from my SQL server database or can
i do this from asp.net?
Thanks,

Rachel
 
Rachel,

You can do it from asp.net. You need to have access to an smtp server. See
help on System.Web.Mail namespace for details on relevant classes.

Eliyahu
 

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