added month name to moon mailer

This commit is contained in:
2019-08-01 20:47:59 -05:00
parent 27ff27a057
commit 6e3c51cd97

View File

@@ -103,7 +103,7 @@ class MoonMailerCommand extends Command
//Dispatch the mail job
$mail = new EveMail;
$mail->sender = $config['primary'];
$mail->subject = "Warped Intentions Moon Rental Payment Due";
$mail->subject = "Warped Intentions Moon Rental Payment Due for " . $today->monthName;
$mail->body = $body;
$mail->recipient = (int)$contact->Contact;
$mail->recipient_type = 'character';