txt file template for Email
-
Hi, I have a requirment which goes as follows: "all email should uses a txt file template to allow Subject and Body to be specified outside the code" Any help is appreciated, Thanks,
Hi, Please refer to the following links: http://stackoverflow.com/questions/620265/can-i-set-up-html-email-templates-with-asp-net[^] and http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/[^]
Regards, Jamil
-
Hi, I have a requirment which goes as follows: "all email should uses a txt file template to allow Subject and Body to be specified outside the code" Any help is appreciated, Thanks,
Create a TemplateManager Page which create templtes for body and Subjects of an email save it in to .txt format. You can do this using fckeditor control. Search google for this. Then in Email Page for subject select a Template from Combo box and for body select a Template from body Combo. This is the logic. If u need code just reply me...I hope this will help u.. :)
-
Hi, Please refer to the following links: http://stackoverflow.com/questions/620265/can-i-set-up-html-email-templates-with-asp-net[^] and http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/[^]
Regards, Jamil