How to send email to non-verified email address using AWS SES

+2 votes

I am developing PHP application that, after sign-up, sends an activation mail to the registered email address using Amazon SES (Simple Email Service).

But SES is only sending emails to verified users.

How can I send the activation link to any non-verified email address, too?

Jul 26, 2018 in AWS by bug_seeker
• 15,520 points
8,445 views

3 answers to this question.

+1 vote

While running in sandbox mode you can only send to verified users - once your account has been activated, you can send to anyone.

Getting out of the sandbox:

http://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html

answered Jul 26, 2018 by Priyaj
• 58,090 points
How much time it will take to accept the request
What request are you talking about? If it is for verified email then that will depend on your service provider.
I am not sure what you mean by 'how long it takes to accept a request?'. But if you want to know how long will it take for the mail to reach receiver, usually the message is received immediately and at other times there might be a short delay.

To know more refer this link - https://docs.aws.amazon.com/ses/latest/DeveloperGuide/delivery-problems.html
0 votes

These are the restrictions in SES sandbox :

You can only send mail to the Amazon SES mailbox simulator and to verified email addresses and domains. You can only send mail from verified email addresses and domains. You can send a maximum of 200 messages per 24-hour period. Amazon SES can accept a maximum of one message from your account per second.

You have to move out of sandbox to send email to non-verified email address using AWS SES.

answered Aug 28, 2018 by eatcodesleeprepeat
• 4,710 points
0 votes

Maybe You can try to use AWS SNS.It has an e mail send option for sending simple notification mails.

https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-sns.html

answered Sep 3, 2018 by findingbugs
• 4,780 points

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer

How to set-up DynamoDB trigger using AWS Lambda?

Well this code worked for me. You ...READ MORE

answered Aug 20, 2018 in AWS by Archana
• 4,170 points
2,629 views
0 votes
2 answers

How to display just the name of files using aws s3 ls command?

aws s3 ls s3://<your_bucket_name>/ | awk '{print ...READ MORE

answered Mar 17, 2019 in AWS by anonymous
20,775 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,460 views
+2 votes
1 answer
+1 vote
3 answers

How to get ARN for s3 Bucket using aws cli .

An ARN is a non-opaque, constructible identifier, ...READ MORE

answered Aug 16, 2018 in AWS by Priyaj
• 58,090 points
5,002 views
0 votes
1 answer

How to get AWS account/service cost using CloudWatch API?

You can check this link for a ...READ MORE

answered Jul 13, 2018 in AWS by Priyaj
• 58,090 points
704 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP