Avoid deprecation messages when sending an email with PHP 8.2
Fixes #5225
This commit is contained in:
committed by
Frédéric Guillot
parent
e2ad014cde
commit
4c40fe1931
@@ -47,7 +47,7 @@ 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"
|
||||
// Mail transport available: "smtp", "sendmail", "mail" (PHP mail function)
|
||||
define('MAIL_TRANSPORT', 'mail');
|
||||
|
||||
// SMTP configuration to use when the "smtp" transport is chosen
|
||||
|
||||
Reference in New Issue
Block a user