Title: Feature request: filter adding custom attachments location
Last modified: August 16, 2023

---

# Feature request: filter adding custom attachments location

 *  Resolved [tezalsec](https://wordpress.org/support/users/tezalsec/)
 * (@tezalsec)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/feature-request-filter-adding-custom-attachments-location/)
 * Hi James, 
   I noticed not all attachments are available when resending emails 
   via your plugin. It just says: “An attachment was sent but it was not in the 
   media library”.I had hoped it would add my pdf attachment. These pdfs, in my 
   case, are in a subfolder within the uploads folder.A cool feature would be to
   create a filter function, that allows folks via a simple snippet to designate
   extra (sub)folders that your code would look in to find and add attachments for
   resending emails.Something like:add_filter( ‘wp_mail_catcher_resend_add_attachment_location’,‘
   add_my_attachments’ );function add_my_attachments( $locations) {$locations[] 
   = ‘uploads/pdfs/: ‘;return $locations;}
 * I hope you will consider it. 
   Thanks a lot for your great plugin!
    -  This topic was modified 2 years, 9 months ago by [tezalsec](https://wordpress.org/support/users/tezalsec/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [JWardee](https://wordpress.org/support/users/wardee/)
 * (@wardee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/feature-request-filter-adding-custom-attachments-location/#post-17007279)
 * Hi [@tezalsec](https://wordpress.org/support/users/tezalsec/)
 * Thank you for the suggestion, I’ve added it to our [GitHub tracker](https://github.com/JWardee/wp-mail-catcher/issues/188)
   and will look into it further when I get some time. I’m going to mark this topic
   as resolved because I track everything through GitHub 🙂
 * Thanks again,
   James

Viewing 1 replies (of 1 total)

The topic ‘Feature request: filter adding custom attachments location’ is closed
to new replies.

 * ![](https://ps.w.org/wp-mail-catcher/assets/icon.svg?rev=2221293)
 * [Mail logging - WP Mail Catcher](https://wordpress.org/plugins/wp-mail-catcher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-mail-catcher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-mail-catcher/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-mail-catcher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-mail-catcher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-mail-catcher/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [JWardee](https://wordpress.org/support/users/wardee/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/feature-request-filter-adding-custom-attachments-location/#post-17007279)
 * Status: resolved