Sending Email to Multiple Receipient ZeptoMail
Sending Email to Multiple Receipient ZeptoMail
how to add multiple email address in API call. is the following example correct?
"from":{
"address":"noreply@xyz.com",
"name":"Sender name"
},
"to":[
{
"email_address":{
"address":"
email1@gmail.com
;
email2@gmail.com
"
}
}