Sending emails from a task seems like it would be a pretty common, and therefore straightforward task (automated from a cron job for example), but in Symfony its not exactly trivial. The main reason is that you don’t have a context set from the task, and if you create one it doesn’t know the domain […]