• 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)
  • 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 FROMwp_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.