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"