Title: Export log
Last modified: August 5, 2019

---

# Export log

 *  [henvoni](https://wordpress.org/support/users/henvoni/)
 * (@henvoni)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/export-log-2/)
 * Hello,
 * I’d like to know if it is possible to export the logs to an output file (csv,
   xml, xlsx, etc).
 * Thanks,
    Henrique

Viewing 1 replies (of 1 total)

 *  [yehudah](https://wordpress.org/support/users/yehudah/)
 * (@yehudah)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/export-log-2/#post-11844282)
 * You can’t do it for now.
 * if you a technical person you can use phpmyadmin with this query:
 * `SELECT post_date,post_content,post_title,meta_key,meta_value FROM`wp_posts`
   
   INNER JOIN `wp_postmeta` on ( wp_postmeta.post_id = wp_posts.ID ) WHERE `post_type`
   = ‘postman_sent_mail’`
 * **CHANGE TABLE PREFIX**
 * and then select from the bottom ‘export’ and on the new page select on the ‘format’
   field ‘CSV’.

Viewing 1 replies (of 1 total)

The topic ‘Export log’ is closed to new replies.

 * ![](https://ps.w.org/post-smtp/assets/icon-128x128.gif?rev=3209655)
 * [Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App](https://wordpress.org/plugins/post-smtp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-smtp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-smtp/)
 * [Active Topics](https://wordpress.org/support/plugin/post-smtp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-smtp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-smtp/reviews/)

## Tags

 * [export](https://wordpress.org/support/topic-tag/export/)
 * [Logs](https://wordpress.org/support/topic-tag/logs/)

 * 1 reply
 * 2 participants
 * Last reply from: [yehudah](https://wordpress.org/support/users/yehudah/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/export-log-2/#post-11844282)
 * Status: not resolved