mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
Disable postprocessing of mail contents
This commit is contained in:
parent
7331767a85
commit
14190073c1
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ const email = new Email({
|
|||
options: {
|
||||
extension: 'ejs'
|
||||
}
|
||||
}
|
||||
},
|
||||
juice: false
|
||||
})
|
||||
|
||||
export const sendAuthenticationMail = async ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue