Skip to content

@tyravel/mail

Mail manager, mailables, and SMTP for Tyravel

Install

bash
npm install @tyravel/mail

Metadata

FieldValue
Version1.0.1
Sourcepackages/mail
CategoryPlatform services
Node.js>=26

Tyravel dependencies

Public exports

From the package entry point (dist/index.d.ts). Deep imports are not supported.

Values

  • ArrayMailTransport
  • LogMailTransport
  • MAIL_VIEWS_PATH
  • MailManager
  • MailTransport
  • Mailable
  • Mailer
  • SendMailable
  • SmtpMailTransport
  • buildMimeMessage
  • renderMailViews
  • setQueuedMailContext
  • shouldQueueMailable

Types

  • MailAddress
  • MailConfig
  • MailConnectionConfig
  • MailMessage
  • MailQueueBridge
  • SendMailableData
  • SmtpMailConfig

Guide

See the Mail guide for usage examples.

Released under the MIT License.