feat(install): add smtp config for wiki and farm
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
40d3d22229
commit
7cb482c25e
3 changed files with 31 additions and 2 deletions
|
@ -26,3 +26,11 @@ source_archive_url=https://repository.yeswiki.net/doryphore/yeswiki-doryphore-4.
|
|||
admin_id=YesWikiProAdmin
|
||||
admin_password='A very strong password should be used for admin access!'
|
||||
admin_email=contact@yeswiki.pro
|
||||
|
||||
# smtp params
|
||||
smtpHost='ssl://my.smtpdomain.ext'
|
||||
smtpPort='465'
|
||||
smtpUser='noreply@domain.ext'
|
||||
smtpPass='the given smtp password for the smtp user'
|
||||
contactFrom='noreply@domain.ext'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue