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
2da348ac
Commit
2da348ac
authored
Jun 17, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed doc
parent
b5f025c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
doc/providers/swiftmailer.rst
doc/providers/swiftmailer.rst
+1
-6
No files found.
doc/providers/swiftmailer.rst
View file @
2da348ac
...
@@ -22,9 +22,6 @@ Parameters
...
@@ -22,9 +22,6 @@ Parameters
* **encryption**: SMTP encryption, defaults to null.
* **encryption**: SMTP encryption, defaults to null.
* **auth_mode**: SMTP authentication mode, defaults to null.
* **auth_mode**: SMTP authentication mode, defaults to null.
* **swiftmailer.class_path** (optional): Path to where the Swift Mailer
library is located.
Services
Services
--------
--------
...
@@ -56,9 +53,7 @@ Registering
...
@@ -56,9 +53,7 @@ Registering
.. code-block:: php
.. code-block:: php
$app->register(new Silex\Provider\SwiftmailerServiceProvider(), array(
$app->register(new Silex\Provider\SwiftmailerServiceProvider());
'swiftmailer.class_path' => __DIR__.'/vendor/swiftmailer/swiftmailer/lib/classes',
));
.. note::
.. note::
...
...
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