Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail spool optional parameter #4423

Closed
unairoldan opened this issue May 26, 2012 · 3 comments
Closed

Mail spool optional parameter #4423

unairoldan opened this issue May 26, 2012 · 3 comments

Comments

@unairoldan
Copy link

When you have the "spool email" feature enabled in your Symfony2 project, you can not send mails immediately.
Would be a good option a parameter to sent the email in the moment, although the "spool feature" was enabled.

for example: $this->get('mailer')->send($message,false); // second parameter to disable spool feature

@jalliot
Copy link
Contributor

jalliot commented May 26, 2012

I think this should go on the SwiftmailerBundle repo instead :)
You can also look at symfony/swiftmailer-bundle#6 for info.

@stof
Copy link
Member

stof commented May 26, 2012

And the send() method does not come form the SwiftmailerBundle repo but from Swiftmailer itself.

@stof
Copy link
Member

stof commented May 26, 2012

Closing this issue as it is in the wrong issue tracker

@stof stof closed this as completed May 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants