fixed contact message
This commit is contained in:
parent
301a89f685
commit
4714cf7538
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user