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
1535 results
We intend to use Simple Email Service for sending account activation emails for a globally available service. The standard limit of 14 sends / second should be plenty for regular usage - but we expect...
1
answers
0
votes
45
views
asked 2 months ago
Hello. I received the following email shortly after I changed hosting providers for my email. I had a contractor add the new DNS records to the new hosting provider. I am not sure what to do, because ...
1
answers
0
votes
44
views
asked 2 months ago
Hello, have just started using SES in anger and currently we have a 50,000 daily email sending quota, we have been using for over 24hrs now and notice the dashboard has not refreshed, it looks like it...
2
answers
0
votes
84
views
asked 2 months ago
Hi! I'm sending emails with AWS SES, I have a lambda function that calls that service to send emails to my users, but even if Im sending the emails from an email that is verified in Identities (I hav...
1
answers
0
votes
151
views
asked 2 months ago
<?php return [ 'default' => env('MAIL_MAILER', 'smtp'), 'mailers' => [ 'smtp' => [ 'transport' => 'smtp', 'host' => env('MAIL_HOST', 'email-smtp.us-east-2.a...
2
answers
1
votes
314
views
asked 2 months ago
Hi I am experiencing the same issue others have previously asked about 2MAIL FROM record is not aligned". I have created the account and set up all that is needed, but am stumped with this one. The ...
1
answers
1
votes
71
views
asked 2 months ago
Hi, Our client requires Email MFA so we set that up for our Cognito User Pools. We have SES set up with Cognito as well, for verification code sending. It seems to work great and we've been using it...
1
answers
1
votes
250
views
asked 2 months ago
I paid to have my lambda function updated because it stopped placing objects into my s3 bucket. The objects were lists of all of the email addresses that were hard and soft bounces and it sent an emai...
1
answers
0
votes
54
views
asked 2 months ago
Hello everyone. Recently I was sending out a newsletter & I sent a test email to myself. I never received the test, but time was running short so I sent the newsletter out to the list. My platform is ...
1
answers
0
votes
94
views
asked 2 months ago
Hi! I'm using Pulumi to configure my infrastructure as code. We have some DomainIdentity resources created using the SESv1 API. I'd like to create new ConfigurationSets and assign them to the existing...
1
answers
0
votes
115
views
asked 2 months ago
I created a table for query AWS SES event logs on Athena and turn on partition projection for date. ``` TBLPROPERTIES ( 'projection.enabled'='true', 'projection.date.type'='date', 'projection.date...
1
answers
0
votes
104
views
asked 2 months ago
I have a domain (call it `mydomain.com`) set up with Linode with the following MX records: | Mail Server | Preference | Subdomain | TTL | | --- | --- | --- | --- | | inbound-smtp.us-east-1.amazonaws....
1
answers
0
votes
50
views
asked 2 months ago