Questions tagged [amazon-workmail]

Amazon WorkMail is a secure, managed business email and calendar service with a web client and limited support for existing desktop and mobile email client applications.

Amazon WorkMail is a secure, managed business email and calendar service with a web client and limited support for existing desktop and mobile email client applications.

It is available in three regions from AWS and is bundled with free but limited use of a directory for your users, groups and resources. It can be used both with Route53 configuration as well as other DNS providers. It can be configured for one or multiple domains.

WorkMail supports:

  • ActiveSync (HTTP)
  • SMTP
  • IMAP (unclear whether reliable)

WorkMail does not support:

  • POP3
53 questions
10
votes
2 answers

Amazon WorkMail - forward every email

I have read over 20 different guides, most of which hosted by Amazon, and every guide is either out of date or simply does not work. We have a support email, support@blah.com All I am trying to do is forward EVERY email sent to support@ to our other…
travis wilder
  • 129
  • 1
  • 8
7
votes
0 answers

Custom AWS WorkMail Filtering

Is there a way to apply email work flow rules (bounce / drop) to emails received by AWS WorkMail based on content in the subject / body? Wanting to filter all emails with an empty body or subject to spam, as well as filtering on some phrases. Note:…
Milk
  • 2,469
  • 5
  • 31
  • 54
4
votes
0 answers

Workmail nodejs nodemailer send emails

Here is what I've tried... const smtpTransport = require('nodemailer-smtp-transport') ; var nodemailer = require('nodemailer') let transporter = nodemailer.createTransport( smtpTransport({ host:…
user11720628
4
votes
1 answer

Validate mail from AWS with Linode

I have to link a domain from linode to AWS to send emails; I should add this entry in my linode: RecordType: MX Hostname: elcor.com Value: inbound-smtp.eu-west-1.amazonaws.com but I don't see the value field in linode, I only see: Mail Server ,…
en Peris
  • 1,537
  • 12
  • 31
  • 63
4
votes
0 answers

Label AWS WorkMail Emails programmatically

The AWS API for WorkMail does not provide any function to label, move or copy emails to a specific folder. Is there a way to define flow rules programmatically? I would like to trigger a Lambda function when a mail arrives, classify the mail based…
Brian
  • 1,318
  • 1
  • 16
  • 33
4
votes
4 answers

Use custom domain for AWS WorkMail webmail access url

I am able to set up AWS WorkMail to receive and send email using custom domain e.g. john@mycompany.com Now I'd like to allow our users to login and access emails at https://mail.mycompany.com (instead of the AWS provided access url…
webp
  • 1,311
  • 2
  • 13
  • 16
4
votes
2 answers

AWS Workmail won't verify domain

So I'm setting up my domain and have gotten the DNS to route to the page without a problem. But now when I try to verify the domain through AWS Workmail, the domain status is constantly "Pending Verification." For those of you who don't know, Amazon…
Loufs
  • 1,596
  • 1
  • 14
  • 22
3
votes
0 answers

AWS Workmail and SES Dedicated IP Address

Do you know when we get a dedicated IP address on AWS for SES, this IP address we will also be used in the Workmail?
viniciuswebdev
  • 1,286
  • 1
  • 11
  • 20
3
votes
0 answers

SMTP Transporter through AWS WorkMail

I've created an AWS Workmail account, and I'd like to send an email from a server (NodeJS) using Nodemailer. Please correct me if any of my understandings are wrong, but email services are just servers using the SMTP protocol. When I send an email,…
JamesRichardson
  • 131
  • 2
  • 13
3
votes
1 answer

Cannot Use WorkMail Allies Addresses in iOS Mail

I have an organisation set up in AWS WorkMail with several custom domains. Some users have several aliases that make use of said domains. In the WorkMail website there's no problem at all sending an email from any of their associated aliases.…
3
votes
6 answers

Amazon WorkMail account failing to receive email

I previously set up an AWS WorkMail organisation and email address and I am using my custom domain hosted at Route 53. This has worked successfully. However now I have created a second WorkMail address, I am unable to receive email to it (although I…
Edward Atkins
  • 406
  • 5
  • 12
3
votes
2 answers

AWS Workmail: Cannot receive email?

I created a AWS Workmail account and successfully verified my custom domain, which is hosted at Route 53. Then I added the MX entry followed by the four CNAME entries. Now I can send emails from the Workmail account but cannot receive any emails.…
DrDirk
  • 1,937
  • 3
  • 25
  • 36
2
votes
0 answers

Can't add AWS Workmail to Thunderbird (no error to speak of)

Trying to add an AWS Workmail account to thunderbird. It says it sees the config, I put in my password, it brings up the amazon workmail login screen as a smaller-than-usual pop-up modal that asks me to log into AWS Workmail. I am able to do this,…
KHR18V
  • 21
  • 3
2
votes
1 answer

Transitioning from AWS WorkMail to different mail server, but keeping AWS SES

We are currently using AWS WorkMail for the email addresses of our team members, and we are using AWS SES to send automated emails from an EC2 instance. Due to different reasons we want to move the email addresses of our team members to a different…
William M.
  • 369
  • 1
  • 5
  • 10
2
votes
0 answers

AWS SES/WorkMail: Dynamically create mailboxes that forward to external addresses

I'm building a service where the end users can create organizations. Other users may then be added to the organization, and each organization may have a number of administrators. The service is built on AWS. Now, when an organization is created, I'd…
JHH
  • 8,567
  • 8
  • 47
  • 91
1
2 3 4