mailgunFunctionsOn this pagemailgun@0.5.10Functionssendsend(params)Create an eventParamTypeDescriptionparamsobjectParams for sending an emailExamplesend({ from: 'from_email', to: 'to_email', subject: 'Your Subject', text: 'Your message goes here', attachment: { url: 'www.google.com/doodle.png', filename: 'forYou.png', },})