Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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...
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 ...
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...
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...
<?php
return [
'default' => env('MAIL_MAILER', 'smtp'),
'mailers' => [
'smtp' => [
'transport' => 'smtp',
'host' => env('MAIL_HOST', 'email-smtp.us-east-2.a...
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 ...
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...
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...
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 ...
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...
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...
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....