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

rajneet's avatar

Laravel newsletter with dynamic category

I need help creating a newsletter in my laravel website , where user can select the categories that they want to subscribe to.I know this can be achieved using mailchimp by creating groups as categories, but I don't know how to integrate this if the categories are dynamic . What are the possible solutions, like using any service (cheap) or should I use cron jobs.Please suggest.

0 likes
8 replies
rajneet's avatar

@sti3bas Thanks for replying.So these tags can be created by using api in mailchimp ?

rajneet's avatar

@sti3bas Also my client wants to use mandrill, I am a newbie in these email subscription stuff, But I read that mandrill is for transactional emails, can it be used for subscriptions as well.

Sti3bas's avatar

@rajneet yes, they can be assigned for each subscriber individually without creating a static list.

Sti3bas's avatar

@rajneet Mandrill is a transactional email service so it doesn't offer email subscriptions functionality as Mailchimp do.

Please or to participate in this conversation.