Skip to content

Commit

Permalink
MERGE: Merge branch '5.4' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Dec 14, 2018
2 parents 6143bab + c5d32d6 commit 5f9dee7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ Neos:
options: []

# Example settings for sending emails via SMTP / SSL:
# Encryption can be set to either tls or ssl
#
# SwiftMailer:
# transport:
# type: 'Swift_SmtpTransport'
# options:
# host: 'smtp.example.com'
# port: 465
# encryption: 'ssl'
# username: 'myaccount@example.com'
# password: '5js9j1lkjs8'
# localDomain: 'example.com'
Expand Down
3 changes: 3 additions & 0 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ function. To use SMTP for sending, follow the following example:
options:
host: 'smtp.example.com'
port: '465'
encryption: 'ssl'
username: 'myaccount@example.com'
password: 'shoobidoo'
localDomain: 'example.com'
The encryption property supports values ``ssl`` and ``tls``.

Further transports are available with Swift Mailer and can be used as well. Their options can
be looked up the Swift Mailer documentation and they can be set by extrapolating from their
setter method names (as in: ``setUsername()`` becomes ``username`` in the options.)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"Neos.Flow-20161125124112"
]
}
}
}

0 comments on commit 5f9dee7

Please sign in to comment.