Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I access my AWS WorkMail account from my Gmail client?

How do I access my AWS WorkMail account from my Gmail client?

I have a new AWS WorkMail account and need to access it from my Gmail clients, how do I do this (on the web and iOS)?

like image 852
orome Avatar asked Sep 22 '18 14:09

orome


People also ask

How do I access my WorkMail inbox?

After you've finished setting up your Amazon WorkMail site, you can access Amazon WorkMail using the web application URL. Open the Amazon WorkMail console at https://console.aws.amazon.com/workmail/ . If necessary, change the AWS Region.

How do I set up Amazon WorkMail?

To connect your Android device to your Amazon WorkMail email account, you need your Amazon WorkMail email address and password. On your Android device, open the Settings page. Choose Accounts, and then choose Add accounts. Choose Exchange, then enter your email address and choose Next.

What email system does AWS use?

Amazon Simple Email Service—Amazon WorkMail uses Amazon SES to send all outgoing email. AWS Identity and Access Management—The AWS Management Console requires your user name and password so that any service you use can determine whether you have permission to access its resources.


2 Answers

  1. Assuming you WorkMail is correctly working by web interface you need to use SES.

    • From SES panel control select "SMTP Settings"
      → "Create My SMTP Credentials"
      → A window about creating user will show up, select 'Create'.
    • Select Show User SMTP Security Credentials, it will show you the SMTP Username and SMTP Password.

  2. From Gmail

    • Setting → Accounts and Import → Add another email address
    • A new yellow window will appear
      name: (the name you wish to display)
      email address: ([email protected])
      Alias checked!

  3. In the next page:

    • smtp server smtp.mail.(your-area).awsapps.com [ex: us-east-1]
      smtp username: ([email protected])
      smtp password: (your Workmail password)
      port: 465
      SSL checked.

A confirm mail will be send to ([email protected]), you can easily access by WorkMail web interface. Click the confirmation link and you will be finally able to send mail as ([email protected]) from Gmail.

In the end, if you wish to receive/redirect on your Gmail every mail sent to WorkMail, you need to create an action in WorkMail's Settings.

  • Settings → Email rules → New → Add a Rule name
    → When the message is sent to ... → Select recipient(s) ([email protected])
    Redirect the message to ... → Select recipient(s) ([email protected])

※ Note: Email rules won't work for recipients in Bcc.

In this way you don't need POP3's setting. I hope this will help some people.

like image 100
Rocchio Avatar answered Sep 21 '22 01:09

Rocchio


Unfortunately you can not because WorkMail doesn't support POP according to January 2019. Shame to AWS enter image description here

like image 37
llioor Avatar answered Sep 17 '22 01:09

llioor