PHPMailer some emails blank
I have used PHPMailer for several years now with no issues but I'm now seeing issues on a few emails going out completely blank. My code looks like this: <?php use PHPMailerPHPMailerPHPMailer; use PHPMailerPHPMailerSMTP; use PHPMailerPHPMailerException; $mail = new PHPMailer();…