mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +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: {
|
options: {
|
||||||
extension: 'ejs'
|
extension: 'ejs'
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
juice: false
|
||||||
})
|
})
|
||||||
|
|
||||||
export const sendAuthenticationMail = async ({
|
export const sendAuthenticationMail = async ({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue