Forum Discussion

locamorita's avatar
locamorita
Copper Contributor
Nov 25, 2021
Solved

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 ...
  • ShaikhRA's avatar
    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.