Skip to content

Provide a very basic plain_text mail alternative

Michael Prilop requested to merge provide-basic-plain-text-mails into main

Converts the html mail to basic plain text

# Adopted from: https://www.netskin.com/posts/20230716-autogenerate-plain-email-version
# Creates a very simple plain text version of html mail. Does NOT care for conserving links or other styling elements
# but only retains the pure information and some layout (newlines)

HTML Mail in fixtures: Screenshot_from_2023-07-31_17-43-44

Plain Text Mail: Screenshot_from_2023-07-31_17-44-04

Merge request reports