Lambda Mailer 一个简单的模块,用于从您网站上的联系表接收电子邮件。 注意! 模块需要Node.js版本8或更高版本。 用法 配置非常简单。 1.在AWS控制台->简单电子邮件服务中启用您的电子邮件地址 2.安装模块 $ npm i lambda-mailer 3. require()在您的handler.js // define the options for your email and domain const options = { myEmail : process . env . EMAIL , // myEmail is the email address