Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
68492a0e
Commit
68492a0e
authored
Feb 26, 2015
by
Philipp Scheit
Committed by
Fabien Potencier
Feb 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add values to parameters copied from symfony docs
parent
aa68047e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/providers/swiftmailer.rst
doc/providers/swiftmailer.rst
+2
-2
No files found.
doc/providers/swiftmailer.rst
View file @
68492a0e
...
...
@@ -21,8 +21,8 @@ Parameters
* **port**: SMTP port, defaults to 25.
* **username**: SMTP username, defaults to an empty string.
* **password**: SMTP password, defaults to an empty string.
* **encryption**: SMTP encryption, defaults to null.
* **auth_mode**: SMTP authentication mode, defaults to null.
* **encryption**: SMTP encryption, defaults to null.
Valid values are 'tls', 'ssl', or null (indicating no encryption).
* **auth_mode**: SMTP authentication mode, defaults to null.
Valid values are 'plain', 'login', 'cram-md5', or null.
Example usage::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment