Skip to content

Instantly share code, notes, and snippets.

@emzo
Created June 17, 2016 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emzo/6178900ed5a606dbcba886f443db2e87 to your computer and use it in GitHub Desktop.
Save emzo/6178900ed5a606dbcba886f443db2e87 to your computer and use it in GitHub Desktop.
<?php
add_action( 'phpmailer_init', function( $phpmailer ) {
$phpmailer->addCustomHeader("X-Mailgun-Drop-Message: yes");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment