Hi guys,
I'm doing research on implementing a new project in Laravel, we currently generate emails and store them to a table, and a cron job processes. The system is user-based, relatively large and generates few thousand items in the table every minute. The system is required to store all outgoing emails for a few years.
Thanx in advance
I am using a queue for this and an extended mailer class which is saving the email to my db if I queue it (and update a senddate on send). It also adds a unique email id to my emails to help for identification if someone complains or need support.
Hi kaiserlos,
Thanx for the heads up
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community