Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to send ticket id to user email-id to different users if user book ticket

plz reply
Posted
Updated 26-Apr-12 23:17pm
v3
Comments
Richard MacCutchan 27-Apr-12 5:37am    
Your question is not very clear. However, if you are just trying to send emails then you can use the SmtpClient class.
Vivek_Sharma 30-Apr-12 6:24am    
Sir i am working on travel domain so i am just trying to ask when ever our clients book there tickets then how can i send confirmation mail with there ticket id which will be display on html form, on there E-mail address using c#
Richard MacCutchan 30-Apr-12 7:31am    
Click the link to the SmtpClient class that I gave you in my suggestion above. You can also search this site for "email asp.net" which will provide lots more suggestions.
Vivek_Sharma 1-May-12 1:13am    
thanks for the solution sir

1 solution

You need to send an email to recipient with some text (that has ticket id) from your application. Use the following: Sending an Email in C# with or without attachments: generic routine.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900