Skip to content

Fix plaintext email

Maxime Besson requested to merge maxbes/lemonldap-ng:fix-plaintext-email into master

For the few of us who like plain text email better.

Before this commit, the mail body would not be correctly pulled from config, and then the portal would error 500 due to MIME::Entity objects not having an "attr" accessor, unlike the previously used MIME::Lite objects

Merge request reports