SendGrid Bulk ukryj się w e -mailu
// Remove the "to" option and add "personalizations"
sgMail.send({
...,
personalizations: [
{"to": [{"email": "[email protected]"}]},
{"to": [{"email": "[email protected]"}]}
]
})
florinrelea