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

Describing memory spooling in combination with console command #1839

Closed
wants to merge 1 commit into from
Closed

Describing memory spooling in combination with console command #1839

wants to merge 1 commit into from

Conversation

Sgoettschkes
Copy link
Contributor

As discussed (symfony/swiftmailer-bundle#23), when memory spooling is active and one tries to sent mails from a console command, nothing happens because the kernel terminate doesn't get called.

I tried to find a good place and think the email cookbooks are ok. I didn't want to put it with the console documentation as the console is a stand alone component and the docs are written in a general way. The behaviour described above on the other hand is related to how symfony works with the events.

@stof
Copy link
Member

stof commented Oct 21, 2012

We already added a cookbook about emails in the CLI

@stof
Copy link
Member

stof commented Oct 21, 2012

ah no sorry, it was about links

But this should be a cookbook article, not a note in the book.

@Sgoettschkes
Copy link
Contributor Author

I realized there is a console cookbook. I think this would be a good place to make a dedicated article describing the handling of emails within a console command. I think I can find some time this week to write it and will do another pull request.

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

Successfully merging this pull request may close these issues.

2 participants