mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 09:32:24 -04:00
Send new patron emails
This commit is contained in:
parent
11855d34c3
commit
372bdadd37
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Patron extends PropertiesBase{
|
|||
$em->Subject = 'Thank you for supporting Standard Ebooks!';
|
||||
$em->Body = Template::EmailPatronsCircleWelcome(['isAnonymous' => $this->IsAnonymous]);
|
||||
$em->TextBody = Template::EmailPatronsCircleWelcomeText(['isAnonymous' => $this->IsAnonymous]);
|
||||
//$em->Send();
|
||||
$em->Send();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue