```try { // email the user the cancellati...
# suitescript
a
Copy code
try {
	    				// 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
		    				}
		    			});