What is the return type of nodemailer's transporter.sendMail()?

后端 未结 0 1128
甜味超标
甜味超标 2020-12-17 00:37

I got this piece of code:

import nodemailer from "nodemailer";

const transporter = nodemailer.createTransport({
  host: "smtp...",
  port         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题