Add nextcloud email config
This commit is contained in:
@ -42,4 +42,15 @@ $CONFIG = array (
|
||||
'has_rebuilt_cache' => true,
|
||||
'logfile' => '/config/log/nextcloud.log',
|
||||
'default_phone_region' => 'GB',
|
||||
'mail_smtpmode' => 'smtp',
|
||||
'mail_smtpsecure' => 'ssl',
|
||||
'mail_sendmailmode' => 'smtp',
|
||||
'mail_from_address' => '{{ nextcloud.email_from_user }}',
|
||||
'mail_domain' => '{{ nextcloud.email_from_domain }}',
|
||||
'mail_smtpauthtype' => 'LOGIN',
|
||||
'mail_smtpauth' => 1,
|
||||
'mail_smtphost' => 'smtp.eu.mailgun.org',
|
||||
'mail_smtpname' => '{{ nextcloud.email_username }}',
|
||||
'mail_smtppassword' => '{{ nextcloud.email_password }}',
|
||||
'mail_smtpport' => '465',
|
||||
);
|
||||
|
Reference in New Issue
Block a user