【发布时间】:2013-02-27 09:57:06
【问题描述】:
我正在使用 nodemailer 通过 SES 发送电子邮件。我是这样设置的:
require("nodemailer").createTransport("SES", {
AWSAccessKeyID: "AKIAJZFUSYQJNEX3VS2A",
AWSSecretKey: "XXX", //real information removed
SeviceUrl:"https://email.us-west-1.amazonaws.com"
}),
当我发送我收到的电子邮件时:
错误:未定义传输方法
关于为什么会发生这种情况的任何想法?
*编辑:*尝试了两种解决方案,但它们都不起作用
【问题讨论】:
标签: node.js amazon-web-services amazon-ses nodemailer