web/templates/EmailNewsletterConfirmationText.php

25 lines
768 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?
/**
* @var bool $isSubscribedToNewsletter
* @var bool $isSubscribedToSummary
* @var NewsletterSubscription $subscription
*/
?>
# Confirm your newsletter subscription
Thank you for subscribing to the Standard Ebooks newsletter!
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 wont receive email from us until you do.
<<?= SITE_URL . $subscription->Url ?>/confirm>
If you didnt subscribe, or youre not sure why you received this email, you can safely delete it and you wont receive any more email from us.
<?= Template::EmailFooterText() ?>