mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Add system to retrieve and manage donations in a local database
This commit is contained in:
parent
79c531aacb
commit
70a80d0e02
46 changed files with 782 additions and 910 deletions
|
@ -5,7 +5,7 @@ use PHPMailer\PHPMailer\Exception;
|
|||
use function Safe\define;
|
||||
use function Safe\file_get_contents;
|
||||
|
||||
define('EMAIL_SMTP_USERNAME', trim(file_get_contents(POSTMARK_SECRET_FILE_PATH)) ?: '');
|
||||
define('EMAIL_SMTP_USERNAME', trim(file_get_contents(POSTMARK_SECRET_FILE_PATH)));
|
||||
|
||||
class Email{
|
||||
public $To = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue