mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
Merge branch 'master' into load_moderator_names
This commit is contained in:
commit
7d4e88f39a
@ -77,34 +77,46 @@ export const sendEmailTranslated = async ({
|
||||
...receiver,
|
||||
attachments: [
|
||||
{
|
||||
// filename: 'gradido-header.jpeg',
|
||||
filename: 'gradido-header.jpeg',
|
||||
content: gradidoHeader,
|
||||
cid: 'gradidoheader',
|
||||
contentType: 'image/jpeg',
|
||||
contentDisposition: 'inline',
|
||||
},
|
||||
{
|
||||
// filename: 'facebook-icon.png',
|
||||
filename: 'facebook-icon.png',
|
||||
content: facebookIcon,
|
||||
cid: 'facebookicon',
|
||||
contentType: 'image/png',
|
||||
contentDisposition: 'inline',
|
||||
},
|
||||
{
|
||||
// filename: 'telegram-icon.png',
|
||||
filename: 'telegram-icon.png',
|
||||
content: telegramIcon,
|
||||
cid: 'telegramicon',
|
||||
contentType: 'image/png',
|
||||
contentDisposition: 'inline',
|
||||
},
|
||||
{
|
||||
// filename: 'twitter-icon.png',
|
||||
filename: 'twitter-icon.png',
|
||||
content: twitterIcon,
|
||||
cid: 'twittericon',
|
||||
contentType: 'image/png',
|
||||
contentDisposition: 'inline',
|
||||
},
|
||||
{
|
||||
// filename: 'youtube-icon.png',
|
||||
filename: 'youtube-icon.png',
|
||||
content: youtubeIcon,
|
||||
cid: 'youtubeicon',
|
||||
contentType: 'image/png',
|
||||
contentDisposition: 'inline',
|
||||
},
|
||||
{
|
||||
// filename: 'chatbox-icon.png',
|
||||
filename: 'chatbox-icon.png',
|
||||
content: chatboxIcon,
|
||||
cid: 'chatboxicon',
|
||||
contentType: 'image/png',
|
||||
contentDisposition: 'inline',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user