mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Tweak Patrons Circle renewal emails
This commit is contained in:
parent
89eee1fd60
commit
031aa0f4df
3 changed files with 10 additions and 8 deletions
|
@ -76,7 +76,7 @@ if(sizeof($expiredPatrons) > 0){
|
|||
$em->FromName = EDITOR_IN_CHIEF_NAME;
|
||||
$em->To = $patron->User->Email;
|
||||
$em->ToName = $patron->Name;
|
||||
$em->Subject = 'Will you continue supporting beautiful digital literature?';
|
||||
$em->Subject = 'Will you still help us make free, beautiful digital literature?';
|
||||
|
||||
if($lastPayment[0]->IsRecurring){
|
||||
// Email recurring donors who have lapsed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue