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

Defer sending of emails #192

Closed
joeholdcroft opened this issue Sep 12, 2013 · 2 comments
Closed

Defer sending of emails #192

joeholdcroft opened this issue Sep 12, 2013 · 2 comments
Labels

Comments

@joeholdcroft
Copy link
Contributor

We should make the Mail\Mailer keep hold of emails built up on the request, and have an event listener to terminate to send them (so it happens after the user has received the response).

@lsjroberts
Copy link
Contributor

We could add a queue / message system to do it as well so it is completely unrelated to the response.

@joeholdcroft
Copy link
Contributor Author

Yeah sounds good, then that can just hook on to the listener for HTTP request terminate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants