Guys,
I'm trying to change a place holder in an external HTML template then email as a body.
using (StreamReader reader = new StreamReader(http://mytemplate))
{
body = reader.ReadToEnd();
}
body = body.Replace("{CompanyName}", companynameTextBox.Text);