What problem does it solve? Sending transactional email programmatically requires constructing authenticated HTTP requests against the Mailgun API with correct regional endpoints and credentials. This Skill performs the API call directly so you can send an email without writing any code or scripts. ## Core Features & Use Cases - Direct API Execution: Sends email immediately via POST to the Mailgun v3 messages endpoint, with no script generation. - Regional Support: Targets either the US endpoint (api.mailgun.net) or the EU endpoint (api.eu.mailgun.net) based on MAILGUN_REGION. - Flexible Content: Accepts plain text, HTML, or both body formats, plus sender, recipient, and subject arguments. - Use Case: You need to send a password reset or order confirmation email from your verified domain. Provide the from, to, subject, and body, and the Skill authenticates with your API key and delivers the message, returning the message ID. ## Quick Start Ask the assistant to send an email from sender@yourdomain.com to recipient@example.com with a subject and text or HTML body using the Mailgun skill.