1
0
Fork 0
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:
ericgaspar 2020-12-28 10:20:03 +01:00
parent 3c1619f9da
commit a55c514764
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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');