Hi there @shimotomoki,
Thanks for reaching out!
So if I got it right, you’d like all your WordPress users to have a status of Subscribed when they register. Is that correct?
You can achieve that only if you follow all of these steps:
– disable Sign-up confirmation email in MailPoet > Settings > Sign-up confirmation tab (you have to use a third-party sending service to make this change);
– disable “Subscribe in registration form” in MailPoet > Settings > Basics tab.
If you use MailPoet Sending Service, it’s not possible to subscribe users who didn’t opt-in and haven’t confirmed their email.
I hope this clarifies a bit, but please let us know if you have any questions!
Thank you for your reply!
I was able to subscribe when a new user was registered
Is it possible to subscribe to an existing user?
Hi there @shimotomoki,
You can export your WordPress Users list and then import these subscribers back with a new status: https://kb.mailpoet.com/article/126-importing-subscribers-with-csv-files
Cheers!
Thank you for your reply!
I don’t know if this change has anything to do with it, but the unsubscribe page doesn’t work anymore!
https://kb.mailpoet.com/article/221-customize-your-unsubscribe-page
I’ve added [mailpoet_manage text = “Manage yoursubscription”] to the fixed page and created [mailpoet_page] for the unsubscribe page and set it up.
On that page, I get the setting to change the status, but it is not saved.
Why is this?
Sorry about that.
I was restricting access to the admin panel
strpos( $_SERVER[‘SCRIPT_NAME’], ‘admin-post.php’)
I was able to solve it by adding a conditional branch of