Newsletter
Embedded vs Hosted Images, with PHPMailer
March 25, 2022 - Information Resources
If you use PHPMailer in your applications to send HTML emails, you might have noticed that your hosted (or linked) images have become increasingly unreliable, especially with iOS 15 devices running the Mail App.
This article should help those who have encountered this issue by subtly changing the way they produce the HTML for their email messages and taking advantage of the powerful “msgHTML()” function built into the mailer library.Read More