Title: Help with the plugin
Last modified: August 22, 2016

---

# Help with the plugin

 *  ResolvedPlugin Contributor [guillaumemolter](https://wordpress.org/support/users/guillaumemolter/)
 * (@guillaumemolter)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/help-with-the-plugin/)
 * Hi Gagan,
 * I’m also a Postmark user and a WordPress developer. I was very happy to discover
   your updated version of the PostMark plugin and I would like to offer to help
   with maintaining it.
 * I already fixed some minor issues here: [https://gist.github.com/guillaumemolter/1ce281d1fa9d5f7ccb30](https://gist.github.com/guillaumemolter/1ce281d1fa9d5f7ccb30)
 * Let me know if you are interested.
 * [https://wordpress.org/plugins/postmarkapp-email-integrator/](https://wordpress.org/plugins/postmarkapp-email-integrator/)

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

 *  Plugin Author [Gagan Deep Singh](https://wordpress.org/support/users/gagan0123/)
 * (@gagan0123)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/help-with-the-plugin/#post-5382123)
 * Hi Guillaume,
 * Thanks for helping me out with this plugin. I’ve created a [GitHub repo](https://github.com/gagan0123/PostmarkApp-Email-Integrator)
   for this plugin so that it becomes easier to manage and track the changes.
 * If possible, you can fork the repo and add your changes then send me a pull request,
   that way, it will be easier to track authorship of the modifications. There hasn’t
   been any changes to the postmark.php file so there won’t be any conflict as far
   as I can tell. Otherwise I’ll simply add those changes and mark the commit with
   your name.
 * Also, I’ve added you as developer in the readme.txt file, so you’ll be co-author
   for this plugin. Just so you know, there’s a roadmap as well for the things that
   still need to be done with the plugin, if you have time for those additions, 
   those will be some great additions.
 *  Plugin Author [Gagan Deep Singh](https://wordpress.org/support/users/gagan0123/)
 * (@gagan0123)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/help-with-the-plugin/#post-5382256)
 * Its been two days since your reply, so I’m simply pushing the code you provided
   me, myself instead of adding it via your GitHub account.
 *  Plugin Contributor [livearoha](https://wordpress.org/support/users/livearoha/)
 * (@livearoha)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/help-with-the-plugin/#post-5382338)
 * Hello Gagan. Thank you creating this plugin, I too started with the official 
   plugin and was running into issues.
 * I was sending multiple Bcc recipients within the header in an array of values
   as it is shown in the Codex:
 *     ```
       $headers = array('Bcc: email1@example.com', 'Bcc: email2@example.com');
       wp_mail($to, $subject, $message, $headers);
       ```
   
 * The issue was that your header function was overwriting Bcc assuming they were
   comma separated, so only the last Bcc was delivered. I created a pull request
   that fixes this issue
 * [https://github.com/gagan0123/PostmarkApp-Email-Integrator/pull/1](https://github.com/gagan0123/PostmarkApp-Email-Integrator/pull/1)
 *  Plugin Author [Gagan Deep Singh](https://wordpress.org/support/users/gagan0123/)
 * (@gagan0123)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/help-with-the-plugin/#post-5382339)
 * [@livearoha](https://wordpress.org/support/users/livearoha/):
 * Thanks for finding and fixing the issue, I’ve released it into a minor update
   for the plugin.
 * I’ve also fixed a few more issues, like some plugins were giving data in the 
   form:
 * `'Bcc' => 'Bcc: email@somewhere.com,email2@somewhere.come',`
 * which was also causing a bit of a problem and there was an issue with the casing
   of the keys with some plugins.
 * [@guillaume](https://wordpress.org/support/users/guillaume/) and [@livearoha](https://wordpress.org/support/users/livearoha/):
   
   It would be great if both of you can give me a URL for your personal profile(
   like your homepage or something), which I’m going to link in the next update 
   of the plugin so that your names will be mentioned in the plugins search results
   in the WordPress itself as well with those links.
 *  Plugin Contributor [livearoha](https://wordpress.org/support/users/livearoha/)
 * (@livearoha)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/help-with-the-plugin/#post-5382341)
 * Thank you Gagan. My site is [http://jeremymoseley.com](http://jeremymoseley.com)

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

The topic ‘Help with the plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/postmarkapp-email-integrator.svg)
 * [PostmarkApp Email Integrator](https://wordpress.org/plugins/postmarkapp-email-integrator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/postmarkapp-email-integrator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/postmarkapp-email-integrator/)
 * [Active Topics](https://wordpress.org/support/plugin/postmarkapp-email-integrator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/postmarkapp-email-integrator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/postmarkapp-email-integrator/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [livearoha](https://wordpress.org/support/users/livearoha/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/help-with-the-plugin/#post-5382341)
 * Status: resolved