Update email to new professional email

This commit is contained in:
Christine Dodrill 2015-02-05 16:48:34 -08:00
parent add4932a5e
commit f8e6610929
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Email extends lapis.Application
method: "POST"
body: {
from: "#{@params.name} <siteusernoreply@mailgun.xeserv.us>",
to: "xena@yolo-swag.com",
to: "me@christine.website",
subject: "Contact on https://christine.website",
text: "Email from #{@params.name}:\n\n#{@params.message}\n\nPlease reply to #{@params.email}."
}