Add information about the book in the mail subject. Inspired by At-Libitum. fix #121

This commit is contained in:
Sébastien Lucas 2013-12-05 21:33:45 +01:00
bovenliggende f940f50120
commit f103d909e1
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen

Bestand weergeven

@ -56,7 +56,7 @@ foreach (explode (";", $emailDest) as $emailAddress) {
$mail->AddAttachment($data->getLocalPath ());
$mail->IsHTML(false);
$mail->Subject = 'Sent by COPS';
$mail->Subject = 'Sent by COPS : ' . $data->getUpdatedFilename ();
$mail->Body = 'Sent by COPS';
if (!$mail->Send()) {