Skip to content

Commit

Permalink
Fix MAIL_BACKEND
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Mar 29, 2019
1 parent 0ee6679 commit 4af4916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eccube_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ define('ADMIN_FORCE_SSL', FALSE);
define('ADMIN_ALLOW_HOSTS', 'a:0:{}');
define('AUTH_MAGIC', '${AUTH_MAGIC}');
define('PASSWORD_HASH_ALGOS', 'sha256');
define('MAIL_BACKEND', 'mail');
define('MAIL_BACKEND', '${MAIL_BACKEND}');
define('SMTP_HOST', '${SMTP_HOST}');
define('SMTP_PORT', '${SMTP_PORT}');
define('SMTP_USER', '${SMTP_USER}');
Expand Down

0 comments on commit 4af4916

Please sign in to comment.