Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update spool.rst#4852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
ifdattic wants to merge1 commit intosymfony:2.3fromifdattic:patch-29
Closed
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletionscookbook/email/spool.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -38,7 +38,8 @@ swiftmailer with the memory option, use the following configuration:

<!--
xmlns:swiftmailer="http://symfony.com/schema/dic/swiftmailer"
http://symfony.com/schema/dic/swiftmailer http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd
http://symfony.com/schema/dic/swiftmailer
http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd
-->

<swiftmailer:config>
Expand All@@ -49,7 +50,7 @@ swiftmailer with the memory option, use the following configuration:

// app/config/config.php
$container->loadFromExtension('swiftmailer', array(
...,
//...
'spool' => array('type' => 'memory')
));

Expand All@@ -75,7 +76,8 @@ In order to use the spool with a file, use the following configuration:

<!--
xmlns:swiftmailer="http://symfony.com/schema/dic/swiftmailer"
http://symfony.com/schema/dic/swiftmailer http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd
http://symfony.com/schema/dic/swiftmailer
http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd
-->

<swiftmailer:config>
Expand All@@ -99,7 +101,7 @@ In order to use the spool with a file, use the following configuration:
.. tip::

If you want to store the spool somewhere with your project directory,
remember that you can use the `%kernel.root_dir%` parameter to reference
remember that you can use the ``%kernel.root_dir%`` parameter to reference
the project's root:

.. code-block:: yaml
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp