mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-10-06 03:46:41 +08:00
remove i
This commit is contained in:
parent
6bd8a8adea
commit
12ba70974e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function send() {
|
||||||
|
|
||||||
from: 'Kärbes 🐧 <andris@kreata.ee>',
|
from: 'Kärbes 🐧 <andris@kreata.ee>',
|
||||||
to: recipients
|
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>'),
|
.concat('andris <andris.reinman@gmail.com>, andmekala <andmekala@hot.ee>'),
|
||||||
cc: '"Juulius Orro" muna@gmail.com, kixgraft@gmail.com',
|
cc: '"Juulius Orro" muna@gmail.com, kixgraft@gmail.com',
|
||||||
subject: 'Test ööö message [' + Date.now() + ']',
|
subject: 'Test ööö message [' + Date.now() + ']',
|
||||||
|
|
Loading…
Add table
Reference in a new issue