Problem/Motivation

The email message headers are not constructed correctly which causes problems with Mailhog and possibly other mail clients. Also, the HTML gets printed in the email and not used as tags, as it should be.

CommentFileSizeAuthor
#2 mime_html_messages_are-2806795-2.patch977 byteshussainweb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hussainweb created an issue. See original summary.

hussainweb’s picture

Status: Active » Needs review
FileSize
977 bytes

This patch fixes the above two problems for me.

hansfn’s picture

Status: Needs review » Reviewed & tested by the community

I can confirm that the fix in templates/mimemail-messages.html.twig is essential. The fix to the mimeMailRfcHeaders (in src/Utility/MimeMailFormatHelper.php) wasn't crucial for me, but I can imagine some mail clients disliking the lacking space.

Hopefully this gets committed now.

  • sgabe committed 2942599 on 8.x-1.x authored by hussainweb
    Issue #2806795 by hussainweb, hansfn: MIME HTML messages are not...
sgabe’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.