Skip to main content
-3 votes
0 answers
45 views

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 ...
lf215's user avatar
  • 1,195
0 votes
0 answers
38 views

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 ...
nikiteusz's user avatar
0 votes
1 answer
194 views

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 ...
Chris Brook's user avatar
  • 2,633
-1 votes
0 answers
108 views

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 ...
hantoren's user avatar
  • 1,389
0 votes
1 answer
56 views

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 ...
João Reis's user avatar
0 votes
0 answers
31 views

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 ...
Daniel Patriarca's user avatar
0 votes
0 answers
88 views

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 ...
Alessandro's user avatar
0 votes
0 answers
25 views

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 ...
Bravin's user avatar
  • 1
1 vote
1 answer
122 views

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 ...
FromTheStackAndBack's user avatar
0 votes
2 answers
171 views

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 ...
brendan davton's user avatar
0 votes
1 answer
74 views

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 (...
Cedric Thiebault's user avatar
0 votes
1 answer
94 views

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: ...
SimStuch's user avatar
0 votes
1 answer
83 views

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 ...
backin's user avatar
  • 21
1 vote
0 answers
84 views

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 ...
codernoob8's user avatar
1 vote
0 answers
37 views

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 ...
Vikings1028's user avatar

15 30 50 per page
1
2 3 4 5
151