Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 10 Newsletter does nothing on mailchimp #315

Open
gbelvedere opened this issue Dec 5, 2023 · 2 comments
Open

Laravel 10 Newsletter does nothing on mailchimp #315

gbelvedere opened this issue Dec 5, 2023 · 2 comments

Comments

@gbelvedere
Copy link

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
Copy link

tom-sk commented Jan 15, 2024

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

@YaraElmalah
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants