Install
openclaw skills install agentmail-wrapperSend, track, schedule emails with multi-provider support, verified delivery, unsubscribe management, and compliance reporting via SMTP, API, and OAuth.
openclaw skills install agentmail-wrapperVersion: 1.0.0
Author: Midas Skills
License: MIT
Verified email delivery integration. Send, track, schedule with multi-provider support (SendGrid, Mailgun, AWS SES, SMTP). GDPR/CAN-SPAM compliant.
Verified email agent integration. Send, track, schedule emails with verified delivery & unsubscribe compliance. SMTP, API, OAuth support.
email-integration
email, delivery-tracking, multi-provider, compliance, automation
integration
npm install agentmail-wrapper
# or
pip install agentmail-wrapper
const AgentMail = require('agentmail-wrapper');
const mail = new AgentMail({
provider: 'sendgrid', // or 'smtp', 'mailgun', 'aws-ses'
apiKey: process.env.SENDGRID_API_KEY
});
await mail.send({
to: 'user@example.com',
subject: 'Welcome!',
html: '<h1>Hello</h1>',
trackClicks: true,
trackOpens: true
});
https://github.com/midas-skills/agentmail-wrapper
📧 support@midas-skills.com
🔗 Docs: https://docs.midas-skills.com/agentmail-wrapper