UNPKG

@xeuxdev/mailer

Version:

The mailer for your nodejs apps

19 lines (17 loc) 275 B
import { sendMail } from "." export {} sendMail({ message: { // from: { // name: "John", // // address: "xeuxdev@gmail.com", // }, from: "John", html: "", subject: "hey man", bcc: [""], }, transport: { service: "gmail", }, })