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
|
|
@ -0,0 +1,39 @@
|
|||
uuid: 82ed1c8a-055b-4762-9ee4-14fe4465ce79
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- swiftmailer
|
||||
id: config_sync.module.swiftmailer
|
||||
snapshotSet: config_sync
|
||||
extensionType: module
|
||||
extensionName: swiftmailer
|
||||
items:
|
||||
-
|
||||
collection: ''
|
||||
name: swiftmailer.message
|
||||
data:
|
||||
format: text/plain
|
||||
filter_format: plain_text
|
||||
respect_format: true
|
||||
convert_mode: false
|
||||
character_set: UTF-8
|
||||
-
|
||||
collection: ''
|
||||
name: swiftmailer.transport
|
||||
data:
|
||||
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: ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue