mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Send an email to lapsed patrons
This commit is contained in:
parent
0875e697b4
commit
3fa9592e6d
17 changed files with 185 additions and 42 deletions
|
@ -38,8 +38,9 @@ const CAPTCHA_IMAGE_WIDTH = 230;
|
|||
const NO_REPLY_EMAIL_ADDRESS = 'admin@standardebooks.org';
|
||||
const ADMIN_EMAIL_ADDRESS = 'admin@standardebooks.org';
|
||||
const EDITOR_IN_CHIEF_EMAIL_ADDRESS = 'alex@standardebooks.org';
|
||||
const EDITOR_IN_CHIEF_NAME = 'Alex Cabal';
|
||||
define('EMAIL_SMTP_USERNAME', get_cfg_var('se.secrets.postmark.username'));
|
||||
const EMAIL_SMTP_HOST = 'smtp-broadcasts.postmarkapp.com';
|
||||
const EMAIL_SMTP_HOST = 'smtp.postmarkapp.com';
|
||||
const EMAIL_POSTMARK_STREAM_BROADCAST = 'the-standard-ebooks-newsletter';
|
||||
|
||||
const REST = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue