By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with Amazon Simple Email Service

Amazon Simple Email Service (SES) is a cost-effective, flexible, and scalable email service that enables developers to send mail from within any application.

Content language: English

Select up to 5 tags to filter
Sort by most recent
1533 results
* Using SNS for notifications when content is uploaded to S3 via external Python script * Using SES for user feedback submission to email * Both of these features achieve the desired functionality * A...
1
answers
0
votes
17
views
asked 12 days ago
Good morning, could someone explain to me how to limit sending emails (SES service) from a single IP? Is there a procedure in this regard? Thanks in advance!
1
answers
0
votes
43
views
asked 13 days ago
So its the 4th time i do a request to open port 25 on my aws account and it gets denied i really need somehelp understanding why
2
answers
0
votes
20
views
asked 14 days ago
I have to check every email because I need to monitor the application's health. Is there a way to disable auto-scaling emails or a setting like "Do not send if the application's health status is info....
1
answers
0
votes
37
views
asked 14 days ago
We are experiencing a consistent issue with AWS SES SMTP connections dropping after sending exactly 350 emails. Details: - Region: us-east-1 - Issue Start Date: November 2024 1. Our application has ...
2
answers
0
votes
36
views
asked 16 days ago
Hi There, I'm looking at migrating a client from an existing email marketing platform to using SES to deliver marketing emails. My question is around how i can migrate them when trying to warm up the ...
1
answers
0
votes
16
views
asked 18 days ago
Hi, Using SES, I have created a Configuration Set and added CloudWatch as a destination. I have created two custom Metrics, User and Type. I have also selected to track opens and clicks. I have ad...
1
answers
0
votes
18
views
asked 19 days ago
``` Name: CatchAllReceiptRule (AWS::SES::ReceiptRule), Event Type: create, Reason: Could not write to bucket: email-invoices-bucket-niuralpayroll-prabhatenv (Service: null; Status Code: 400; Error Cod...
2
answers
0
votes
27
views
asked 19 days ago
Hello, our company has two Cognito user pools, one that is there for 2 years now and was working smoothly, one more recent and related to our customers. Some days ago we subscribed about 7000 users to...
1
answers
0
votes
41
views
asked 20 days ago
Hello I have email receiving set up in SES (Domain in Route53 verified, MX record added, rule set to contact@mydomain.com active) and then it triggers SNS to forward the email to me@gmail.com When i...
2
answers
0
votes
39
views
asked 20 days ago
Using the wizard, I went through the 4 steps to Add My Email Address. My email address now has an identity status of Verified (based on the Amazon SES > Configuration: Identities > my email address pa...
1
answers
0
votes
37
views
asked 22 days ago
<?php namespace App\Console\Commands; use App\Models\NewsLetterSubscription; use Aws\Ses\SesClient; use Illuminate\Console\Command; use Illuminate\Support\Facades\Config; use Illuminate\Support\Faca...
1
answers
0
votes
32
views
asked 25 days ago