mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
16
data/symfony/config/mailer.yml
Executable file
16
data/symfony/config/mailer.yml
Executable file
@ -0,0 +1,16 @@
|
||||
default:
|
||||
deliver: on
|
||||
mailer: smtp
|
||||
domain: localhost.localdomain
|
||||
hostname: localhost
|
||||
port: 25
|
||||
username: ''
|
||||
password: ''
|
||||
|
||||
wordwrap: 80
|
||||
|
||||
.headers:
|
||||
priority: 3
|
||||
content_type: text/plain
|
||||
charset: utf-8
|
||||
encoding: 8bit
|
Reference in New Issue
Block a user