Send Mail with Resend This Go example sends an email through Resend. The LLM should provide the recipient address, subject, and body. Environment Variables RESEND_API_KEY=<your-resend-api-key> FROM_EMAIL=<sender-email>