I need to send hundreds or thousands of emails with or without attachments. For this I have thought about using a ContainerAwareCommand that I can launch from the cron and to monitor it using the same console or that I keep certain values in bd in each iteration.
Is there any way to stop or pause a command? Can I have more control or interact?
Is there any better way to do it or monitor it?