I am trying to send an email with PHPMailer library but when I change the subject from "PHPMailer SMTP test" the email will be sent but it will show a warning on the avatar as shown in the image.
I am defining the subject $mail->Subject = 'PHPMailer SMTP test';
How can I fix this?
![enter image description here]()