-
Notifications
You must be signed in to change notification settings - Fork 11
ses.sendEmail
jordanryanmoore edited this page Jan 23, 2012
·
6 revisions
{
destination: { // must specify at least one of bccAddresses, ccAddresses, or toAddresses
bccAddresses: [
"[email protected]",
],
ccAddresses: [
"[email protected]",
],
toAddresses: [
"[email protected]",
"[email protected]",
],
},
message: {
body: { // must specificy html, text, or both
html: {
charset: "utf-8", // optional
data: "<html><body>This is an example message.</body></html>",
},
text: {
charset: "utf-8", // optional
data: "This is an example message.",
},
},
subject: {
charset: "utf-8", // optional
data: "This is an example subject",
},
},
replyToAddresses: [ // optional
"[email protected]",
"[email protected]",
],
returnPath: "[email protected]", // optional
source: "[email protected]",
}
{
requestId: "fd3ae762-2563-11df-8cd4-6d4e828a9ae8",
data: {
messageId: "0000012fdda27d5a-2754e8a0-37a5-461b-93aa-841d2ce9b5c4-000000",
}
}
- ec2.allocateAddress
- ec2.associateAddress
- ec2.createKeyPair
- ec2.deleteKeyPair
- ec2.describeAddresses
- ec2.describeAvailabilityZones
- ec2.describeInstanceAttribute
- ec2.describeInstances
- ec2.describeKeyPairs
- ec2.describeRegions
- ec2.disassociateAddress
- ec2.getConsoleOutput
- ec2.importKeyPair
- ec2.rebootInstances
- ec2.releaseAddress
- ec2.startInstances
- ec2.stopInstances
- ec2.terminateInstances
- route53.changeResourceRecordSets
- route53.createHostedZone
- route53.deleteHostedZone
- route53.getChange
- route53.getHostedZone
- route53.listHostedZones
- route53.listResourceRecordSets
- s3.createBucket
- s3.deleteBucket
- s3.deleteObject
- s3.getObject
- s3.listAllMyBuckets
- s3.listBucket
- s3.putObject