Thursday, April 14, 2022

How To Setup SMTP Service On AMAZON SES With WorkMail

In this post we are going to configure SMTP service in AWS SES and we will also enable production access on SMTP for increasing email limit.
after that will configure Workmail as a Email Client service. 


SMTP stands for Simple Mail Transfer Protocol and its primary purpose is to handle the sending, receiving, and relaying of email.

Amazon Simple Email Service (SES) is a cost-effective, flexible, and scalable email service that enables developers to send mail from within any application. SES  support several email use cases, including transactional, marketing, or mass email communications.

Amazon WorkMail is a Email Client Applications that is use for managing business email and calendar service with support for existing desktop and mobile.

 

Prerequisites :-

One Domain

 

Step 1) Open Amazon SES Service Dashboard.

a) Go to Verified identities and Create identity

b) Select Identity type "Domain" and Enter the Domain Name. (then leave all opt. & click on create)



Step 2) Verify the identity "Add Cname Record In DNS Zone""

a) Go to Verified identities & select identity


 

b) then find Cname Record and add in your DNS Zone



Step 3) Genrate SMTP Credentail.

a) Go to Account dashboard >> find & press "Create SMTP credentials" button.


 

b) then click on create button & keep following values

Example:

SMTP Username:AKIAQCH7G7N4IOC4O3OY
SMTP Password:BKxRzSniO64dKNL0wrNxpA9W0LW9qy3KJXqIe2FqpRRB


c) Go to Account dashboard >> find "Simple Mail Transfer Protocol (SMTP) settings" & Keep following values

Example:

SMTP endpoint : email-smtp.us-east-2.amazonaws.com
STARTTLS Port : 25, 587 or 2587
TLS Wrapper Port : 465 or 2465
Transport Layer Security (TLS) : Required


 


Step 4) Test Email by SMTP Credential

a) Again Go to Verified identities and Create identity

b) Select Identity type "Email" and Enter the Desired Email Address. (then leave all opt. & click on create)

Example: 

support@freewaladomain.tk
contact@freewaladomain.tk

c) Now, Test Email by SMTP online tool (Don't Use any online Tool For Production SMTP Credential)

https://www.smtper.net/



Importent Note: SMTP will send email to Verified identities only In Testing Environment. (It's Come On Default Feature)
         If you want to use SMTP in Production Environment, just You have to enable it & and after that you don't have to Verified identities for sending emails.


Step 5) Enable SMTP Production Access

a) Go to Account dashboard >> find & Click "Request Production Access" button


 

b) here Need To Fill The Email, please match the following content. (then leave all opt. & click on submit)

Mail type : Transactional
Website URL : your Domain name
Use case description : (Please Write Your Own description According to Project )


Hello AWS Team,

Tech2Towards is an application between the seller and customer. It provides ability to customer where they can connect to seller and find the products.

We would like to implement emails in the system on following events done by the users/customers who are registered in our application.

1. If any user successfully creates his/her account here then the system will send a welcome email. This welcome email will also contain one pass code to verify email.
2. If user forgets account password, then he can use forgot password functionality where he can enter his email and the system will send an auto-generated code to user’s email-id to retrieve new password.
3. If user subscribe our plan in the application, then the application will send details to user’s email so that he can save the details and get the notification's on mentioned time.
4. We do have a help section where user fill a form on application and the details will be received on support@tech2towards.com

So the admin will be able to see the query of the user and can help him.

Best Regards,
Team Tech2Towards


c) After that support team will give response in 24 hours

 

Step 6) Configure Email Client Applications on AWS Workmail Service


  • Amazon WorkMail is a secure Email client applications, It gives users the ability to seamlessly access their email, contacts, and calendars using the client application of their choice any client application supporting the IMAP protocol, or directly through a web browser.

 

1







No comments:

Post a Comment

testing