You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2022. It is now read-only.
When you have the "spool email" feature enabled in your Symfony2 project, you can not send "normal" mails in the moment.
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
The text was updated successfully, but these errors were encountered:
User who just has been registered in the system -> Email in the moment
Use who received an internal notification (message or advise) -> Email in the moment
Send invitation to hundred of users via a night task, with name, link and data personalized -> Mail Spool
Send the newsletter to the users -> Mail Spool
Do you need to define a "formal" use case? Or is enough with this examples?
When you have the "spool email" feature enabled in your Symfony2 project, you can not send "normal" mails in the moment.
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
The text was updated successfully, but these errors were encountered: