Laravel 10 Newsletter does nothing on mailchimp #324
Unanswered
gbelvedere
asked this question in
Q&A
Replies: 2 comments
-
I thought I was having this issue as well, but I think mailchimp might of been blocking my test emails? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This happened to me as well. In the end, I worked directly with the MailChimp guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installed by the instructions, I get nothing in mailchimp.
the .env file is like this:
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
Beta Was this translation helpful? Give feedback.
All reactions