So the post has the right categories (can’t get vardumping to work, I always get an error….) but you gave me an idea. I never want to post in the default category anyway so I do an if statement before sending my mails:
if($category[0]->name != ‘Default’){
wp_mail( $to, $subject, $message, $headers );
}
Not perfect but the only thing I can think of that works right now…