Added an option to send a copy of all generated e-mails to a BCC address

This commit is contained in:
Harry Kakoulidis
2020-12-08 05:49:41 +02:00
committed by GitHub
parent 4d1205a0fe
commit ac224fa178
3 changed files with 8 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ define('MAIL_CONFIGURATION', true);
// E-mail address used for the "From" header (notifications)
define('MAIL_FROM', 'replace-me@kanboard.local');
// E-mail address used for the "Bcc" header to send a copy of all notifications
define('MAIL_BCC', '');
// Mail transport available: "smtp", "sendmail", "mail" (PHP mail function), "postmark", "mailgun", "sendgrid"
define('MAIL_TRANSPORT', 'mail');