mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-29 08:24:48 +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>',
|
||||
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() + ']',
|
||||
|
|
Loading…
Add table
Reference in a new issue