UNPKG

@adonisjs/mail

Version:

Mail provider for adonis framework and has support for all common mailing services to send emails

23 lines (21 loc) 402 B
import { __name } from "./chunk-XE4OXN2W.js"; // src/mail_response.ts var MailResponse = class { static { __name(this, "MailResponse"); } messageId; envelope; original; constructor(messageId, envelope, original) { this.messageId = messageId; this.envelope = envelope; this.original = original; } }; export { MailResponse }; //# sourceMappingURL=chunk-CRXUSCKP.js.map