New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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...
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!
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
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....
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 ...
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 ...
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...
```
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...
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...
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...
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...
<?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...