Send Mail with SMTP This TypeScript example sends an email through an SMTP server with nodemailer. The LLM should provide the recipient address, subject, and body. Environment Variables SMTP_HOST=<smtp-host> SMTP_PORT=<smtp-port> FROM_EMAIL=<sender-email>