added month name to moon mailer
This commit is contained in:
@@ -103,7 +103,7 @@ class MoonMailerCommand extends Command
|
|||||||
//Dispatch the mail job
|
//Dispatch the mail job
|
||||||
$mail = new EveMail;
|
$mail = new EveMail;
|
||||||
$mail->sender = $config['primary'];
|
$mail->sender = $config['primary'];
|
||||||
$mail->subject = "Warped Intentions Moon Rental Payment Due for " . $today->monthName;
|
$mail->subject = "Warped Intentions Moon Rental Payment Due for " . $today->englishMonth;
|
||||||
$mail->body = $body;
|
$mail->body = $body;
|
||||||
$mail->recipient = (int)$contact->Contact;
|
$mail->recipient = (int)$contact->Contact;
|
||||||
$mail->recipient_type = 'character';
|
$mail->recipient_type = 'character';
|
||||||
|
|||||||
Reference in New Issue
Block a user