Skip to content

Commit

Permalink
Merge pull request #7 from lorenzulrich/patch-1
Browse files Browse the repository at this point in the history
TASK: Complete TLS/SSL SMTP example and documentation
  • Loading branch information
kdambekalns authored Sep 6, 2017
2 parents b3ca0a4 + 8d0f85b commit c5d32d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
@@ -6,13 +6,15 @@ TYPO3:
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: '[email protected]'
# password: '5js9j1lkjs8'
# localDomain: 'example.com'

0 comments on commit c5d32d6

Please sign in to comment.