This commit is contained in:
Arief Ridwan 2019-03-01 08:36:53 +07:00
parent 6bd8a8adea
commit 12ba70974e

View file

@ -37,7 +37,7 @@ function send() {
from: 'Kärbes 🐧 <andris@kreata.ee>',
to: recipients
.map((rcpt, i) => ({ name: rcpt.split('@')[0], address: rcpt }))
.map((rcpt) => ({ name: rcpt.split('@')[0], address: rcpt }))
.concat('andris <andris.reinman@gmail.com>, andmekala <andmekala@hot.ee>'),
cc: '"Juulius Orro" muna@gmail.com, kixgraft@gmail.com',
subject: 'Test ööö message [' + Date.now() + ']',