Update email to new professional email
This commit is contained in:
parent
add4932a5e
commit
f8e6610929
|
@ -29,7 +29,7 @@ class Email extends lapis.Application
|
||||||
method: "POST"
|
method: "POST"
|
||||||
body: {
|
body: {
|
||||||
from: "#{@params.name} <siteusernoreply@mailgun.xeserv.us>",
|
from: "#{@params.name} <siteusernoreply@mailgun.xeserv.us>",
|
||||||
to: "xena@yolo-swag.com",
|
to: "me@christine.website",
|
||||||
subject: "Contact on https://christine.website",
|
subject: "Contact on https://christine.website",
|
||||||
text: "Email from #{@params.name}:\n\n#{@params.message}\n\nPlease reply to #{@params.email}."
|
text: "Email from #{@params.name}:\n\n#{@params.message}\n\nPlease reply to #{@params.email}."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue