This commit is contained in:
einhornimmond 2025-11-24 16:48:28 +01:00
parent 4e08a182e8
commit 0cb4f5fb69
2 changed files with 3 additions and 4 deletions

View File

@ -77,9 +77,8 @@ export const sendEmailTranslated = async ({
...receiver,
attachments: [
{
filename: 'gradido-header.jpeg',
// content: gradidoHeader,
path: path.join(__dirname, 'templates/includes/gradido-header.jpeg'),
// filename: 'gradido-header.jpeg',
content: gradidoHeader,
cid: 'gradidoheader',
},
{

View File

@ -1,7 +1,7 @@
import { Decimal } from 'decimal.js-light'
import { CONFIG } from '../config'
import { decimalSeparatorByLanguage } from 'core'
import { decimalSeparatorByLanguage } from '../util/utilities'
import { sendEmailTranslated } from './sendEmailTranslated'