email.send({ author: anEmployeeId, ...
# suitescript
p
email.send({ author: anEmployeeId, recipients: [‘some@email.com’], subject: mergeResult.subject, body: mergeResult.body, relatedRecords: {entityId: form_customerID} }); // if you want to attach it to customer record