amazon-ses Questions
5
I use Amazon SES to delivery mail to mobile devide Japanese such as ****@docomo.ne.jp, ******@softbank.ne.jp. But I always get an error.
Example:
An error occurred while trying to deliver the mai...
Cowart asked 19/8, 2014 at 7:46
9
Solved
I have PHP's mail() using ssmtp which doesn't have a queue/spool, and is synchronous with AWS SES.
I heard I could use SwiftMail to provide a spool, but I couldn't work out a simple recipe to use ...
Telemechanics asked 11/4, 2016 at 5:45
6
I want my SES(AWS) can receive emails, so I follow the following tutorial,
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-getting-started-receipt-rule.html
When I am at last ...
Prospective asked 24/1, 2017 at 3:0
3
Solved
AWS's SDK for JavaScript version 3 seems to have 2 different clients for Simple Email Service (SES).
I realized I have been using @aws-sdk/client-sesv2 but:
The actual doc on their GitHub repos is...
Lippmann asked 8/12, 2022 at 20:36
5
I'm new to Amazon SES and I see that there are two ways to programmatically send emails:
SES API (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-api.html)
SES SMTP Interface (ht...
Goddaughter asked 9/6, 2015 at 1:27
3
Is it possible to prevent AWS SES from adding awstrack.me link to all my email links?
Their documentation suggests that if I don't want a link tracked, I just have to add ses:no-track as a custom a...
Apiary asked 26/11, 2019 at 5:6
4
I am building an application using AWS SES, but it is not clear to me which version of the API I should be developing against.
AWSSDK.SimpleEmail
AWSSDK.SimpleEmailV2
Looking at the Amazon Simple...
Audly asked 10/2, 2023 at 21:55
11
I tried to access the email and tried to store email in S3 bucket but it is not working.
SES configuration:
domain verified
email address verified
created rule set in rule set Recipient has pro...
Hama asked 8/9, 2017 at 9:33
20
Solved
I want to use Amazon's Simple Email Service to send emails.
I verified my domain as well as the email address I want to send from.
For both it says verified.
Now when I use the Send Test Email from...
Jugum asked 30/5, 2016 at 14:38
3
I'm trying to use email templates to personalize the email which I send by passing the data to already created templates through a JSON string. Even though I'm able to send a raw email by attaching...
Steakhouse asked 8/11, 2018 at 11:43
4
I want to add a profile picture to the emails I send through Amazon Simple Email Service (SES), I know it has been known to be not supported, but I could not ignore the fact that Amazon [dot] com/i...
Acescent asked 14/5, 2022 at 4:50
2
I'm tryin to add the "List-Unsubscribe" header in my sent emails (through amazon ses) but when i see the received email there's no such header in it. I need it to reduce the number of spam complain...
Stellular asked 8/4, 2015 at 20:10
5
Amazon SES returns the error mentioned above when i try to send an email that contains unicode characters in the To: field. Amazon SES Documentation says that such email addresses should be sent in...
Groscr asked 23/1, 2014 at 10:28
6
I am developing PHP application that, after sign-up, sends an activation mail to the registered email address using Amazon SES (Simple Email Service).
But SES is only sending emails to verified us...
Delladelle asked 11/3, 2016 at 17:59
3
Solved
I want to send a PDF file in an attachment using the sendRawEmail(Node: aws-sdk) function. I have tried lots of ways. The email is send successfully, but the PDF goes plain.
How can my code be corr...
Realty asked 19/3, 2018 at 13:30
7
My structure:
site
-- node_modules
---- nodemailer
-- webclient
---- js
------- controller.js
site/node_modules/nodemailer
site/webclient/js/controller.js
site/webclient/js/controller.js:
var...
Maladjustment asked 1/6, 2014 at 17:4
2
We are using AWS SES to send Emails from our C# application. We have an attachment(PDF File) of size 9.28MB and when we try to send the Email with the attachment, it throws the following exception:...
Sonnie asked 15/7, 2013 at 7:8
5
Solved
We have an Amazon SES setup that works well and sends thousands of emails a day via SMTP. Trying to follow a best practice of "rotating" access keys we went to
https://console.aws.amazon.com/iam/ho...
Bellanca asked 12/8, 2017 at 19:7
4
I have an AWS Lambda function:
sendEmail.js
const AWS = require('aws-sdk');
const ses = new AWS.SES();
function sendEmail(subject, message, senderEmail) {
const params = {
Destination: {
ToAdd...
Microsporangium asked 5/12, 2020 at 2:51
4
I'm using python lib boto for sending emails via SES. And when I tried to send to more than 30 (but less than 50, so limit is not exceeded) recipients, I got an error:
<Error>
<Type>...
Noshow asked 25/12, 2014 at 14:40
4
Solved
While the SES dashboard shows aggregated statistics about the bounce rate of emails sent through the service, I do not see a way of retrieving the individual addresses that bounced. Is this possibl...
Blandish asked 1/8, 2012 at 22:7
3
Solved
I am trying to attach pdf in email using Amazon ses.sendEmail. But i don't know the param key to do it. Without attachment it is working perfectly. Here is what I have tried.
` var ses = new AWS....
Updraft asked 22/9, 2016 at 15:12
3
Solved
Does anyone have some example of how to send email with attachment in node.js with aws ses?
Poco asked 13/4, 2014 at 12:36
7
I have a domain registered with AWS Route 53 and I am using AWS Cognito for handling user registration.
I am trying to configure my User Pool to use SES to send verification emails instead of Cogni...
Grussing asked 27/5, 2021 at 19:37
4
Solved
I am using AWS SES to send emails by following the doc https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html. The HTML part in the sample template is too short, but...
Alienation asked 7/5, 2018 at 5:15
1 Next >
© 2022 - 2024 — McMap. All rights reserved.