Lincecum
08/15/2019, 7:44 AMvar attach = file.load({
id: fileId
});
var emailOpt = {
author: senderInternalId,
subject: 'test email',
recipients: '<mailto:my@email.com|my@email.com>',
body: 'some text',
attachments: [attach]
};