Using mailchimp API in Laravel 5.2

650 views Asked by At

I want to send mail to my all users with his blog post using mailchimp API in laravel 5.2. And application will send mail frequently 30 minutes later after.

How will I solve it?

1

There are 1 answers

4
AddWeb Solution Pvt Ltd On BEST ANSWER

Here you need to done two task:
1) Setup mail with mailchimp(Third party API) and
2) use that setup for laravel schedule
to send periodic(Every 30 min) mail.

You can use mailchimp-api as Third party API. Follow given instruction for complete mailchimp configuration.