Add contact form updates and change mailer
This commit is contained in:
parent
5de5aac641
commit
2be84e7d55
31 changed files with 193 additions and 24 deletions
17
config/sync/swiftmailer.transport.yml
Normal file
17
config/sync/swiftmailer.transport.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
transport: native
|
||||
smtp_host: 127.0.0.1
|
||||
smtp_port: 25
|
||||
smtp_encryption: ''
|
||||
smtp_credential_provider: swiftmailer
|
||||
smtp_credentials:
|
||||
swiftmailer:
|
||||
username: ''
|
||||
password: ''
|
||||
key:
|
||||
username: ''
|
||||
password: ''
|
||||
sendmail_path: /usr/sbin/sendmail
|
||||
sendmail_mode: bs
|
||||
spool_directory: ''
|
||||
_core:
|
||||
default_config_hash: 0dJfQivKgyEp-S8D6gSRTBbpRFApE3VkpltnPMBQ5OY
|
||||
Loading…
Add table
Add a link
Reference in a new issue