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
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
43
views
asked a month 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
33
views
asked a month ago
I'm having trouble with Amazon SES. Both my domain and email address identities are verified, but my code keeps saying they're unverified when I try to send emails using that domain or the email addre...
1
answers
0
votes
29
views
asked a month ago
Dear Amazon Support Team, I am reaching out regarding an unresolved issue with my Simple Email Service (SES) sending limit increase request, which has now been pending for three weeks. Since switchin...
1
answers
0
votes
42
views
asked a month ago
Purpose - I want to use AWS SES to analyze incoming emails. My set up - My domain is in Wordpress and I use Gmail as my mail server In AWS Set up i did the following:- * I have verified my domain (...
1
answers
0
votes
32
views
asked a month ago
Hi! I have all the neccessary verifications (dkim, dmark, spf, custom domain), mail tester gives me 10/10 score but still sending a mail to outlook is marked as spam (unverified sender identity). Why ...
1
answers
0
votes
27
views
asked a month ago
I run Postfix for personal use on a home server. My goal is to have control of email sent to my personal domain. Basically, I receive email for a few family members on my home server, and then forwar...
1
answers
0
votes
26
views
asked a month ago
i run a LAMP server on Lightsail to host a website for a small flying club. The website allows members to generate an email to all of the other members in the club (about 72 on the roster). Users ca...
1
answers
0
votes
108
views
asked a month ago
Hi, I'm looking to set up AWS SES to receive emails sent to a subdomain I have purchased, store them in an S3 bucket, and trigger a Lambda function. The following is what I currently have set up: * ...
1
answers
0
votes
35
views
asked a month ago
Is it required to have an active website in order to set up a Simple Email Service (SES) account? Also, are any tutorials available that walks through the process of setting up a Simple Email Service ...
1
answers
0
votes
37
views
asked a month ago
When changing the value of a AWS::SES::ConfigurationSetEventDestination resource's Name property, CloudFormation will show that the resource is being updated and the update will show as completing suc...
2
answers
0
votes
46
views
asked a month ago
Hello, Recently I have created the SES and its in sandbox env. I want to delete it but "request to Prod access" isn't coming for me instead it's showing- "view get up set page". Can anyone help me w...
1
answers
0
votes
39
views
asked a month ago