al3xicon
01/25/2017, 9:01 PMtry {
// email the user the cancellation notice
email.send({
author: department_map[dept]['author'],
//recipients: email_address,
recipients: '<mailto:alex@kegworks.com|alex@kegworks.com>', // TODO: change to email address of customer
subject: subject,
body: body,
relatedRecords: {
transactionId: so_id
}
});