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,
|
...receiver,
|
||||||
attachments: [
|
attachments: [
|
||||||
{
|
{
|
||||||
// filename: 'gradido-header.jpeg',
|
filename: 'gradido-header.jpeg',
|
||||||
content: gradidoHeader,
|
content: gradidoHeader,
|
||||||
cid: 'gradidoheader',
|
cid: 'gradidoheader',
|
||||||
|
contentType: 'image/jpeg',
|
||||||
|
contentDisposition: 'inline',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// filename: 'facebook-icon.png',
|
filename: 'facebook-icon.png',
|
||||||
content: facebookIcon,
|
content: facebookIcon,
|
||||||
cid: 'facebookicon',
|
cid: 'facebookicon',
|
||||||
|
contentType: 'image/png',
|
||||||
|
contentDisposition: 'inline',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// filename: 'telegram-icon.png',
|
filename: 'telegram-icon.png',
|
||||||
content: telegramIcon,
|
content: telegramIcon,
|
||||||
cid: 'telegramicon',
|
cid: 'telegramicon',
|
||||||
|
contentType: 'image/png',
|
||||||
|
contentDisposition: 'inline',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// filename: 'twitter-icon.png',
|
filename: 'twitter-icon.png',
|
||||||
content: twitterIcon,
|
content: twitterIcon,
|
||||||
cid: 'twittericon',
|
cid: 'twittericon',
|
||||||
|
contentType: 'image/png',
|
||||||
|
contentDisposition: 'inline',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// filename: 'youtube-icon.png',
|
filename: 'youtube-icon.png',
|
||||||
content: youtubeIcon,
|
content: youtubeIcon,
|
||||||
cid: 'youtubeicon',
|
cid: 'youtubeicon',
|
||||||
|
contentType: 'image/png',
|
||||||
|
contentDisposition: 'inline',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// filename: 'chatbox-icon.png',
|
filename: 'chatbox-icon.png',
|
||||||
content: chatboxIcon,
|
content: chatboxIcon,
|
||||||
cid: 'chatboxicon',
|
cid: 'chatboxicon',
|
||||||
|
contentType: 'image/png',
|
||||||
|
contentDisposition: 'inline',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user