ASP.NET- Sending an e-mail

Posted by Roshan on Stack Overflow See other posts from Stack Overflow or by Roshan
Published on 2009-04-20T10:27:57Z Indexed on 2010/04/22 14:03 UTC
Read the original article Hit count: 379

Filed under:

I am doing a Flight booking system and I want to send an E-Mail to the user which wiil contain the E-Ticket of his travel. The E-Ticket is generated dynamically with the booking ID fetched from the database and the other details from the previous pages like Name of the passenger and all. So how can I send him the dynamically generated E-Ticket to his E-Mail ID?

© Stack Overflow or respective owner

Related posts about ASP.NET