email.send({
author: senderId,
recipients: customerId,
subject: emailSubject,
body: emailContent,
replyTo: salesAssociateEmail
});
When we use ‘replyTo’ we can only mention a single email address.