mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Add mailing address to email footers
This commit is contained in:
parent
d252d328e1
commit
30a3dd053f
6 changed files with 77 additions and 39 deletions
|
@ -2,8 +2,16 @@
|
|||
|
||||
Thank you for subscribing to the Standard Ebooks newsletter!
|
||||
|
||||
Please use the link below to confirm your newsletter subscription. You won’t receive our newsletters until you confirm your subscription.
|
||||
You subscribed to:
|
||||
|
||||
<? if($IsSubscribedToNewsletter){ ?>- The occasional Standard Ebooks newsletter
|
||||
<? } ?>
|
||||
<? if($isSubscribedToSummary){ ?>- A monthly summary of new ebook releases
|
||||
<? } ?>
|
||||
Please use the link below to confirm your subscription—you won’t receive email from us until you do.
|
||||
|
||||
<<?= $subscriber->Url ?>/confirm>
|
||||
|
||||
If you didn’t subscribe to our newsletter, or you’re not sure why you received this email, you can safely delete it and you won’t receive any more email from us.
|
||||
If you didn’t subscribe, or you’re not sure why you received this email, you can safely delete it and you won’t receive any more email from us.
|
||||
|
||||
<?= Template::EmailFooterText() ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue