const { auths, libs } = require('platform');
module.exports = async (event, options) => {
const shypyard = libs.shypyard.get();
await shypyard.sendEmail({
subject: 'TEST text only EMAIL',
text: 'This is a test email okay',
html: '<span>Tihs is a text email okay</span>',