A standardized email interface for AntelopeJS that provides a unified API for sending emails, batch sending, template rendering, and attachment handling. The interface abstracts away provider-specific details, allowing you to switch email providers without changing application code.
npm install @antelopejs/interface-emailDetailed documentation is available in the docs directory:
- Introduction - Overview of the interface, email address types, and core concepts
- Sending Emails - Email parameters, priority, tracking, scheduling, templates, and batch sending
- Attachments - Attachment types, inline images, and usage examples
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.