Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1705 from ojs/enhancement/mail-config
Browse files Browse the repository at this point in the history
mail config should be more flexible
  • Loading branch information
Hüseyin Mert authored Dec 14, 2016
2 parents edd79a1 + 602da83 commit 5b77507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ parameters:
mailer_name: OJS
mailer_password: ~
mailer_port: 587
mailer_encryption: tls
mailer_authmode: login

locale: tr
locale_support: [tr,en]
Expand Down
4 changes: 2 additions & 2 deletions app/config/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ swiftmailer:
password: "%mailer_password%"
host: "%mailer_host%"
port: "%mailer_port%"
#encryption: ssl #ssl or tsl
#auth_mode: login #(plain, login, or cram-md5)
encryption: "%mailer_encryption%" #ssl or tsl
auth_mode: "%mailer_authmode%" #(plain, login, or cram-md5)
spool:
type: "file"
#type: (file or mail / how to queue the messages)
Expand Down

0 comments on commit 5b77507

Please sign in to comment.