spatie / laravel-newsletter

Manage Mailcoach and MailChimp newsletters in Laravel
https://freek.dev/440-easily-integrate-mailchimp-in-laravel-5
MIT License
1.61k stars 235 forks source link

Laravel 10 Newsletter does nothing on mailchimp #315

Closed gbelvedere closed 3 months ago

gbelvedere commented 11 months ago

Installed by the instructions, I get nothing in mailchimp.

the .env file is like this:

NEWSLETTER_ENDPOINT=
NEWSLETTER_API_KEY=XXX
NEWSLETTER_LIST_ID=YYY

config file with default content except for: 'driver' => env('NEWSLETTER_DRIVER', Spatie\Newsletter\Drivers\MailChimpDriver::class),

Any method I tried returns false and does nothing in mailchimp. Tried putting wrong API or list ID and it complains about it, so seems to be working

tom-sk commented 10 months ago

I thought I was having this issue as well, but I think mailchimp might of been blocking my test emails?

YaraElmalah commented 6 months ago

This happened to me as well. In the end, I worked directly with the MailChimp guide.