Title: Sync with WP Users
Last modified: August 31, 2016

---

# Sync with WP Users

 *  Resolved [lannyca](https://wordpress.org/support/users/lannyca/)
 * (@lannyca)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/sync-with-wp-users/)
 * Hi, I have added user meta data with secondary email addresses. I would like 
   to modify the plugin to create a Newsletter User for the secondary email addresses.
   Which Newsletter module queries the WP users list and creates an entry in the
   Newsletter table? Knowing would be helpful so as not to review all your code.
   You are welcome to PM me if appropriate.
 * Thanks in advance,
 * Lanny
 * [https://wordpress.org/plugins/newsletter/](https://wordpress.org/plugins/newsletter/)

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

 *  Plugin Author [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * (@satollo)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/sync-with-wp-users/#post-7302012)
 * Just force an insert into wp_newsletter with the secondary email and status=’
   C’ (confirmed). Preferably, since “email” is a unique index, use the insert ignore
   statement.
 *  Thread Starter [lannyca](https://wordpress.org/support/users/lannyca/)
 * (@lannyca)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/sync-with-wp-users/#post-7302096)
 * Stefano,
 * Yes, I understand the idea of inserting rows into the table, but I was hoping
   that you could point me to your code that currently extracts from the current
   WP users table and writes to wp_newsletter.
 *  Plugin Author [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * (@satollo)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/sync-with-wp-users/#post-7302097)
 * check the wp subfolder which contains the code used in import

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

The topic ‘Sync with WP Users’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/sync-with-wp-users/#post-7302097)
 * Status: resolved