2,258 questions
-3
votes
0
answers
45
views
Is it possible for ses events to go to firehose and then to an http endpoint with no custom code? [closed]
When I've tried to set this up in aws, I get error messages that don't make sense.
The firehose stream is listed in this output: aws firehose list-delivery-streams --region us-east-2 but SES will ...
0
votes
0
answers
38
views
AWS SES Complaint events are not received for GMAIL users
I want to handle user complaints by performing some business actions when such complaints occurre. I also want to differentiate email campaign by custom tags since I send quite a lot of different ...
0
votes
1
answer
194
views
`SSLV3_ALERT_ILLEGAL_PARAMETER` error connecting to AWS SES from Python using smtplib
We started seeing this error yesterday when calling smtplib starttls()
SSLError: [SSL: SSLV3_ALERT_ILLEGAL_PARAMETER] sslv3 alert illegal parameter (_ssl.c:1010)
The issue happens when connecting to ...
-1
votes
0
answers
108
views
Nodemailer 7 + AWS SESv2 + TypeScript: TS2769 "SES does not exist in type TransportOptions"
I'm trying to send emails using Nodemailer 7.0.11 with AWS SESv2 and TypeScript, but I'm running into this compile error when creating the transporter:
No overload matches this call.
The last ...
0
votes
1
answer
56
views
How to create Amazon SES identity verification CNAME records in Route 53 across different AWS accounts using CDK?
I have two AWS accounts:
DNS Account: Contains my Route 53 hosted zone for example.com
Email Account: Where I need to send emails using Amazon SES with the domain example.com
To verify the SES email ...
0
votes
0
answers
31
views
Adding Email Config to Parse-Server prevents parse from running
I am running parse-server 8.2.1 and I need some guidance as to what the proper way to set up the email adapter to send user password reset emails via AWS SES. I am guessing my entire approach is wrong ...
0
votes
0
answers
88
views
How can I pass an entire AWS SES event from EventBridge to an ECS Task?
I want to run an ECS Task on Fargate every time an AWS SES event has happened. I am able to run a Lambda function and the lambda function receives the event, but based on the documentation, as I ...
0
votes
0
answers
25
views
Configuring Off load SES and Amazon SES to send emails
I have my WordPress site hosted on AWS and configured a subdomain to point to it. My domain is registered on another hosting provider. I created an email under my domain to use on my subdomain for ...
1
vote
1
answer
122
views
How can I send using the default FROM address with AWS SDK (JavaScript) v3 for SES?
How can I specify the Source to be the default MAIL FROM address ([email protected] or similar) with AWS SDK (JavaScript) v3 for SES?
The official documentation says this is possible, but does ...
0
votes
2
answers
171
views
MimeKit not able to send emails using SES SMTP
I developed a C# application that uses MimeKit to send emails through SES. The following code demonstrates this
Note: My server only allows the port - 25.
public virtual bool Send(MimeMail ...
0
votes
1
answer
74
views
Non-ascii email address with Java & AWS SES
I'm using AWS SES to send emails from a Java application using AWS SDK v2.
ASCII email addresses work fine ([email protected]), but when I try to send email to address with non-ascii characters (...
0
votes
1
answer
94
views
Amazon SES domain verification fail / Gandi : is that because of the trailing "dot"
I'm trying to make AWS SES verify my domain. For this to happen, AWS asks me to register some DNS configuration (I'm using EasyDKIM option).
Let's say the configuration to register is the following:
...
0
votes
1
answer
83
views
I'm trying to use SES, SNS and SQS
I'm trying to use SQS, SNS, and SES. In this case, when I send an email, I can see through SQS that it has been delivered successfully. However, I would also like to receive data when the email is ...
1
vote
0
answers
84
views
Send AWS SES Templated Emails with Dynamic React Content in Next.js (Using Cron Jobs)?
I'm currently using Cron from next-schedule to send templated emails at specific times via AWS SES, and while this setup works, I’m looking for a cleaner and more maintainable way to manage these ...
1
vote
0
answers
37
views
Amazon SES with React.js Not Working with Safari
I am trying to send an email via Amazon SES using a React.js website. The following code works with Firefox but it does not work with Safari. It displays
"TypeError: ReadableByteStreamController ...