mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Update config.php
This commit is contained in:
parent
3c1619f9da
commit
a55c514764
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ define('MAIL_CONFIGURATION', true);
|
|||
// E-mail address for the "From" header (notifications)
|
||||
define('MAIL_FROM', '__EMAIL__');
|
||||
|
||||
// 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');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue