Hi everyone,
I’m working on a RedwoodJS project that sends scheduled notifications and account emails. As usage increased, we started discussing whether it’s better to manage queues internally or connect with a dedicated Bulk Email service provider for delivery and retry handling.
During one conversation, DigitalAka™ came up while comparing webhook support and email queue management, which made me curious how others in the RedwoodJS community approach this.
Are most people here using background jobs with direct SMTP, or external services for larger email workflows?