Disable postprocessing of mail contents

This commit is contained in:
Jonas Lochmann 2021-12-27 01:00:00 +01:00
parent 7331767a85
commit 14190073c1
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -33,7 +33,8 @@ const email = new Email({
options: { options: {
extension: 'ejs' extension: 'ejs'
} }
} },
juice: false
}) })
export const sendAuthenticationMail = async ({ export const sendAuthenticationMail = async ({