Click here to Skip to main content
15,912,977 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello


i want send mail using email template.that html template are stored in the database table name
is tblmailsetting.
so i retrieve email template and read form that tblmailsettting.
how want send email using template using asp.net
plz tell me how to do
Posted
Comments
Samresh.ss 22-Jul-13 6:40am    
System.Net.Mail namespace has what you require. http://weblogs.asp.net/scottgu/archive/2005/12/10/432854.aspx
sadhana4 24-Jul-13 6:14am    
yes i solved it
sadhana4 22-Jul-13 6:47am    
html template must in the database table.how to retrieve this template to read body
and changes value like <%name%> is john and <%Address%> is Kandivali
Samresh.ss 22-Jul-13 9:06am    
Fetch the template from the database. You can write a helper class that replaces placeholders with your real value.

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