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

resubscribe unsubscribed mail? #257

Closed shady11 closed 3 years ago

shady11 commented 3 years ago

Is there any method to resubscribe mail that was unsubscribed from Mailchimp dashboard?

dcyou commented 3 years ago

+1 same question here

thesea2201 commented 3 years ago

You can use subscribeOrUpdate function: Newsletter::subscribeOrUpdate('rincewind@discworld.com');

dcyou commented 3 years ago

You can use subscribeOrUpdate function: Newsletter::subscribeOrUpdate('rincewind@discworld.com');

I already try this but it didn't work

riasvdv commented 3 years ago

Mailchimp doesn't allow resubscribing if someone unsubscribed, you have to fully delete them from your audience for that to work

pmochine commented 2 years ago

@riasvdv even I fully delete them from my audience with the "Data Management Tool", I cannot resubscribe them. I just don't get the email :(

I get the error: "400: user@example.com was permanently deleted and cannot be re-imported. The contact must re-subscribe to get back on the list."