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
8e84dd99f0
commit
7ca19cb1b0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ define('MAIL_FROM', '__APP__@__DOMAIN__');
|
|||
define('MAIL_BCC', '');
|
||||
|
||||
// Mail transport available: "smtp", "sendmail", "mail" (PHP mail function), "postmark", "mailgun", "sendgrid"
|
||||
define('MAIL_TRANSPORT', 'mail');
|
||||
define('MAIL_TRANSPORT', 'smtp');
|
||||
|
||||
// SMTP configuration to use when the "smtp" transport is chosen
|
||||
define('MAIL_SMTP_HOSTNAME', 'localhost');
|
||||
|
|
Loading…
Add table
Reference in a new issue