Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

sendgrid bulk hide each other on the email

// Remove the "to" option and add "personalizations"

sgMail.send({
	...,
   	personalizations: [
      {"to": [{"email": "recipient1@example.com"}]},
      {"to": [{"email": "recipient2@example.com"}]}
    ]
})
 
PREVIOUS NEXT
Tagged: #sendgrid #bulk #hide #email
ADD COMMENT
Topic
Name
1+6 =