I want the Failure Message to be in English and Japanese, so I have typed the following into the Failure Message field:
Invalid Email Address 無効なメールアドレス
But when I send a test email to my domain, sending to an invalid address (for example: [email protected]), I receive the following back:
As you can see, the Japanese is converted to a string of numbers separated by slashes — the Octal Escape Sequence. How do I resolve this encoding problem such that Japanese will properly be displayed when the email sender receives the "Mail delivery failed" email?
Thanks.
Invalid Email Address 無効なメールアドレス
But when I send a test email to my domain, sending to an invalid address (for example: [email protected]), I receive the following back:
Code:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[EMAIL='[email protected]'][email protected][/EMAIL]
Invalid Email Address \347\204\241\345\212\271\343\201\252\343\203\241\343\203\274\343\203\253\343\202\242\343\203\211\343\203\254\343\202\271"
Reporting-MTA: dns;
Thanks.
Last edited: