Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mehrdad70's avatar

how to Create Newsletter in laravel

Hello for implementing the newsletter without using the package What is the solution I need to create a newsletter table? If I need a table, what fields should I put in it? How can I implement subscribe and unsubscribe in the newsletter??

0 likes
1 reply
martinbean's avatar

@mehrdad70 Just use something like Mailchimp or Campaign Monitor. It will be cheaper than all the time you’re going to spend building something from scratch yourself. They’ll also ensure newsletters are sent from reliable infrastructure, IP addresses that haven’t been black-listed, will handle unsubscribes and tracking; again everything you’d need to build and maintain yourself.

Do you have a DevOps and infrastructure team as big as Mailchimp or Campaign Monitor that’s on call 24/7…?

Please or to participate in this conversation.