@athenna/mail
Version:
The Athenna email handler. Built on top of nodemailer.
17 lines (16 loc) • 520 B
TypeScript
/**
* @athenna/mail
*
* (c) João Lenon <lenon@athenna.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
export * from '#src/types';
export * from '#src/facades/Mail';
export * from '#src/facades/SmtpServer';
export * from '#src/mail/MailImpl';
export * from '#src/smtp/SmtpServerImpl';
export * from '#src/factories/DriverFactory';
export * from '#src/providers/MailProvider';
export * from '#src/providers/SmtpServerProvider';