sendgrid / wordpress

SendGrid plugin for WordPress
51 stars 64 forks source link

Add ability to inject custom categories #28

Closed timbunch closed 8 years ago

timbunch commented 8 years ago

Using custom headers, insert custom categories.

for example... $headers[] = sprintf( 'category: wp_reset_password' );

danielamihalache commented 8 years ago

This was added in the last version 1.6.9. Thanks for the PR.