From 4714cf7538a2b6fde67389eb60e99743fd6d4b40 Mon Sep 17 00:00:00 2001 From: tmont Date: Sat, 5 Mar 2011 22:52:23 +0000 Subject: [PATCH] fixed contact message --- Src/VideoGameQuotes.Web/Controllers/HomeController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/VideoGameQuotes.Web/Controllers/HomeController.cs b/Src/VideoGameQuotes.Web/Controllers/HomeController.cs index a9f22f1..04a11e0 100644 --- a/Src/VideoGameQuotes.Web/Controllers/HomeController.cs +++ b/Src/VideoGameQuotes.Web/Controllers/HomeController.cs @@ -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"