Title: export report
Last modified: November 17, 2017

---

# export report

 *  Resolved [cabbagetree](https://wordpress.org/support/users/cabbagetree/)
 * (@cabbagetree)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/export-report-2/)
 * How do i export the newsletter report data of who viewed the newsletter campaign?
   right now on one page there are only 250 records ….but the view emails are on
   other pages and dont know how to look for them

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

 *  Plugin Author [eventualo](https://wordpress.org/support/users/eventualo/)
 * (@eventualo)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/export-report-2/#post-9697557)
 * In the report screen you can view all the recipients, but they are paginated 
   and you can view groyps of 250. You should find the links to pages at the top
   of report, right before the recipient list, as you can see in screenshot: [https://ps.w.org/alo-easymail/trunk/screenshot-6.png](https://ps.w.org/alo-easymail/trunk/screenshot-6.png)
   
   At the moment there is not other export other than the report (of course, you
   can export them directly from database).
 *  Thread Starter [cabbagetree](https://wordpress.org/support/users/cabbagetree/)
 * (@cabbagetree)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/export-report-2/#post-9697726)
 * Thanks.. is there anyway I can increase the pagination ?
 *  Plugin Author [eventualo](https://wordpress.org/support/users/eventualo/)
 * (@eventualo)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/export-report-2/#post-9699704)
 * No, at the moment. I can add a filter in next plugin release so you can set a
   value via php.
 *  Thread Starter [cabbagetree](https://wordpress.org/support/users/cabbagetree/)
 * (@cabbagetree)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/export-report-2/#post-9700589)
 * Thanks much appreciated
 *  Plugin Author [eventualo](https://wordpress.org/support/users/eventualo/)
 * (@eventualo)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/export-report-2/#post-10036131)
 * I’ve just released the v.2.9.8 that includes the new filter.
    You can use adding
   something like:
 *     ```
       function my_easymail_report_recipients_per_page ( $n ) {
           return 500;
       }
       add_filter ( 'alo_easymail_report_recipients_per_page', 'my_easymail_report_recipients_per_page' );
       ```
   
    -  This reply was modified 8 years, 3 months ago by [eventualo](https://wordpress.org/support/users/eventualo/).
    -  This reply was modified 8 years, 3 months ago by [eventualo](https://wordpress.org/support/users/eventualo/).

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

The topic ‘export report’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/alo-easymail_574f4b.svg)
 * [ALO EasyMail Newsletter](https://wordpress.org/plugins/alo-easymail/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/alo-easymail/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/alo-easymail/)
 * [Active Topics](https://wordpress.org/support/plugin/alo-easymail/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/alo-easymail/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/alo-easymail/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [eventualo](https://wordpress.org/support/users/eventualo/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/export-report-2/#post-10036131)
 * Status: resolved