-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using PHPMailer6 breaks campaigns with the inline powered image #714
Comments
Do you have the Powered By image enabled? Yes, it works fine when I switch to phpmailer5 |
Yes, the powered by image is enabled. I have just sent using gmail smtp and the received email was also displayed properly. phpmailer 6 seems to have reworked the handling of line breaks but that should have improved the situation rather than making it worse |
I have just sent a test email to your @phplist.com address to see how that is displayed. It will appear to be from my gmail address. |
Strange, I haven't received it yet. What was the subject? |
When I set encoding to 8bit it works better, but it has the boundary in the content at the top. That may indicate the issue. I'll keep digging. Sounds like it may be something on my local system, but it's working fine when I switch to an older branch. |
Sorry I had not realised that the "send test" had not worked. Should be there now with subject "Test web page". |
Yes, got it this time. Thanks. The source has the same no-empty-line between the HTML content and the inline image, so that saves me trying to figure that one out, because it clearly is not the issue. The HTML page renders perfectly. Hmm. I'll keep looking. Must be something on my local system. I still want to know what it is though. |
Ok, ran a test sending via gmail and it works fine. You're right about the rendering in Gmail itself, I guess that could do with looking at. So, the problem must be with Mailhog, which is what I use for my local test setup. I will see if I can file a bug report with them. |
Possibly related to mailhog/MailHog#206 |
With PHPMailer6 I got an error in rendering with the Powered By image.
@bramley can you check if it works for you?
When I send the phpList.com homepage as a campaign, it renders like this
The only thing I can find at the moment is that in the source of the campaign, there is no spacing between the Body of the HTML section and the inline image
The text was updated successfully, but these errors were encountered: