fixed contact message

This commit is contained in:
tmont 2011-03-05 22:52:23 +00:00
parent 301a89f685
commit 4714cf7538

View File

@ -112,8 +112,8 @@ namespace VideoGameQuotes.Web.Controllers {
}
//send email
var fromAddress = new MailAddress("contact@tommymontgomery.com", "Contact Bot");
var subject = string.Format("[tommymontgomery.com] Message from {0}", model.Name);
var fromAddress = new MailAddress("contact@vgquotes.com", "Contact Bot");
var subject = string.Format("[vgquotes.com] Message from {0}", model.Name);
var client = new SmtpClient {
Host = "localhost"