Skip to content

Commit

Permalink
Update home code report email text
Browse files Browse the repository at this point in the history
  • Loading branch information
ejk committed Jun 20, 2024
1 parent 7a00b9d commit 2e1f502
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Form/SummerGameHomeCodeReportForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,12 @@ public function submitForm(array &$form, FormStateInterface $form_state) {

mail($code_data->mail,
'Your Summer Game Lawn Code has been reported',
"Hello there, Summer Gamer!\n" .
"We have received a report that a player was unable to find your Lawn Code at the following address:\n\n" .
"Hello there!\n" .
"Some Summer Game players have reached out to let us know they are having difficulty locating your Lawn Code at this address:\n\n" .
str_replace('<br>', "\n", $geocode_data->homecode) . "\n\n" .
"Please make sure that your sign is displayed in an easily viewable location from the street or sidewalk.\n" .
"If you have any questions, please Contact Us for more information!\n\n-The Summer Game Team",
"Would you please check to make sure your code is written clearly and is visible from the street or sidewalk?\n" .
"If you didn't make a lawn code or if you have any questions, please Contact Us for more information!\n" .
"Thank you so much and happy playing!\n\n-The Summer Game Team",
$headers
);
}
Expand Down

0 comments on commit 2e1f502

Please sign in to comment.