Workmail redirect rule not working for Gmail address

0

Hi there. I've had a redirect rule in place for months to forward my Workmail email to my Gmail account. This was all working fine until yesterday morning when it just stopped working. I'm getting error messages saying 'Local address contains control or whitespace' but I haven't changed anything. How can I resolve this?

已提問 2 年前檢視次數 289 次
1 個回答
0

Hello,

Thank you for reaching out with the issue.

This error means that the email has a space somewhere in the "to/from email address" or there was a comma or extra character in the to/From line. The error below would show:

Amazon.Runtime.Internal.HttpErrorResponseExceptionHandler.HandleException(IExecutionContext executionContext, HttpErrorResponseException exception) Local address contains control or whitespace.

So review the sender and destination domain and addresses

If you want to specify the display name ('friendly name') that contains spaces, you should put that sender name in double quotes. Do not forget to escape them:

From: "Andrew" <andrew@example.com>;
To: "Bob" <bob@example.com>

Working with email rules

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南