@antelopejs/interface-email
v0.0.3
Published
AntelopeJS interface for email sending with support for templates, batch, and attachments
Readme
Interface Email
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.
Installation
npm install @antelopejs/interface-emailDocumentation
Detailed 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
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
