fix gecos of user sending email

This commit is contained in:
Christine Dodrill 2015-01-31 23:08:21 -08:00
parent 45d3ee9907
commit 1bd295b80c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Hire extends lapis.Application
}
method: "POST"
body: {
from: "#{@params.name} <siteusernoreply@mailgun.xeserv.us>",
from: "Your Site <siteusernoreply@mailgun.xeserv.us>",
to: "xena@yolo-swag.com",
subject: "I want to hire you!",
text: "Email from #{@params.name}:\n\n#{@params.message}\n\nPlease reply to #{@params.email}."