There is one add-on that is taking advantage of this new user state: [bd] Mails. It picks up bounced report from Mandrill.o.k., but the way we can use this now is no improvement over the old "by edit" classification.
Are there any plans to use this even further with an internal automatic email bounced manageement system in a future version?
The new status stops emails being sent and displays a message informing them that they need to change their email address.
There is one add-on that is taking advantage of this new user state: [bd] Mails. It picks up bounced report from Mandrill.
How can I move all users, who have currently the user status of "awaiting email confirmation (from edit)" to this new "bounced" userstatus?
Any kind of sql command for phpmyadmin would be welcome.
Back up the database first.
Code:UPDATE xf_user SET user_state = 'email_bounce' WHERE user_state = 'email_confirm_edit'
UPDATE xf_user
SET user_option.receive_admin_email = 0,
user_option.email_on_conversation = 0,
thread_watch.email_subscribe = 0
WHERE user_state = 'email_bounce',
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
Users that aren't valid won't receive conversation or thread emails anyway. The default email setup also only emails users that are valid, though you could change this criteria.
So what you're changing really shouldn't be necessary.
phplist is free, no limitations at all, I can install it on my own server and it has all the professional features like bounced email, throttling etc.
Phplist is free but with service like Mandrill you offload your server and "delegate" reputation to a reputable service.
If something goes wrong and your server go in a black/spam list you risk that all your mails will not arrive at destination, right?
...
We use essential cookies to make this site work, and optional cookies to enhance your experience.