UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

12 lines (11 loc) 279 B
export interface EmailConfiguration { host?: string; port?: number; username?: string; password?: string; from?: string; encryption?: "tls" | "ssl"; retryAttempts?: number; retryDelay?: number; templateEngine?: "pug" | "ejs" | "handlebars"; }