Forum Discussion
locamorita
Nov 25, 2021Copper Contributor
Eliminar caracteres <> en destinatario
Hola Comunidad, nosotros utilizamos Office365 para los correos y estamos teniendo problemas en el envío de correos a ciertos remitentes (debido a la activación de TLS versión 1.2) y no identificamos ...
- Nov 27, 2021
I believe the display name issue is related to the remote domains configuration. Please check it by running:
Get-RemoteDomain | FL Name,DisplaySenderName
If DisplaySenderName is True, the emails sent out to external users will appear with DisplayName instead of the sender's' email address.
However, I believe it should not cause any TLS 1.2 related issues.
ShaikhRA
Nov 27, 2021Brass Contributor
I believe the display name issue is related to the remote domains configuration. Please check it by running:
Get-RemoteDomain | FL Name,DisplaySenderName
If DisplaySenderName is True, the emails sent out to external users will appear with DisplayName instead of the sender's' email address.
However, I believe it should not cause any TLS 1.2 related issues.