/** * SMTP integration client. * * @module */ export type { SmtpClient, SmtpSendOptions } from "./types.js"; export { SmtpClientImpl } from "./client.js";