We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5fa12 commit 6d24aa7Copy full SHA for 6d24aa7
email/spool.rst
@@ -153,7 +153,7 @@ interval.
153
But when using the filesystem spool, the message class is serialized in
154
a file with the randomized class name. The problem is that this random
155
class name changes on every cache clear. So if you send a mail and then you
156
- clear the cache, the message will not be unserializable.
+ clear the cache, the message will be unserializable.
157
158
On the next execution of ``swiftmailer:spool:send`` an error will raise because
159
the class ``Swift_Message_<someRandomCharacters>`` doesn't exist (anymore).
0 commit comments