Title: Automatically add user
Last modified: August 31, 2023

---

# Automatically add user

 *  Resolved [zauroman](https://wordpress.org/support/users/zauroman/)
 * (@zauroman)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/automatically-add-user/)
 * Hello! How do I automatically add users who have unsubscribed to a specific list?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * (@satollo)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/automatically-add-user/#post-17016843)
 * Hi, actually it’s not possible (we have not such a feature).
 * You should run a query directly against the wp_newsletter table, something like:
 * update wp_newsletter set list_X=1 where status=’U’
 * Stefano.
 *  Thread Starter [zauroman](https://wordpress.org/support/users/zauroman/)
 * (@zauroman)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/automatically-add-user/#post-17020136)
 * It is a pity that there is no such function. I don’t understand queries.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Automatically add user’ is closed to new replies.

 * ![](https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028)
 * [Newsletter - Send awesome emails from WordPress](https://wordpress.org/plugins/newsletter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/newsletter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/newsletter/)
 * [Active Topics](https://wordpress.org/support/plugin/newsletter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/newsletter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/newsletter/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [zauroman](https://wordpress.org/support/users/zauroman/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/automatically-add-user/#post-17020136)
 * Status: resolved