In my application we send notification emails at the moment, for example, when your registry, or when need to confirm some information via email.
But also we need to send personalized emails (only differenced in one text) for a hundreds of users, but I do not know how to combine Symfony2 spool email with no spool email in the same project.
There are something like a parameter when sending the email to indicate this?
Something like $email->send('no-spool');