This commit is contained in:
Sebastian Hugentobler 2023-01-25 12:47:06 +01:00
parent 4811e61883
commit 6568947669

View File

@ -15,6 +15,8 @@ $config['imap_conn_options'] = array(
), ),
); );
$config['request_path'] = 'SCRIPT_NAME';
$config['smtp_host'] = '{{getenv "SMTP_HOST" "tls://%n"}}:{{getenv "SMTP_PORT" "587"}}'; $config['smtp_host'] = '{{getenv "SMTP_HOST" "tls://%n"}}:{{getenv "SMTP_PORT" "587"}}';
$config['smtp_user'] = '%u'; $config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p'; $config['smtp_pass'] = '%p';