Sign up to request clarification or add additional context in comments.
Comments
3
You can use this:
File.ReadAllText("template.html")
//This is to read template.html then you can pass this through
//formatemail() function if you have or
//message.body = File.ReadAllText("template.html");