Ver Mensaje Individual
  #3  
Antiguo 17-06-2018
usuario1000 usuario1000 is offline
Miembro
 
Registrado: nov 2016
Posts: 86
Reputación: 8
usuario1000 Va por buen camino
Buenas,

Cuando intento mandar un email a GMail, da error en la linea :

Código Delphi [-]

SMTP.Send( Mensaje );

El error es el siguiente (vaya no sé insertar imagen):

Project Email.exe raised exception class EidSMTPReplyError with message 'Must issue a STARTTLS comand first. w3-v6sm12181124wrr.88 - gsmtp'.


Cuando intento enviar un email a Hotmail el error lo dá en la misma linea
Código Delphi [-]

SMTP.Send( Mensaje );
El error es el siguiente:
Project Email.exe raised exception class EIdSMTPReplyError with message 'SMTP;Client was not authenticated to send anonymous mail during MAIL FROM [CWLP265CA0154.FBRP265.PROD.OUTLOOK.COM].

(no sé insertar foto);

Gracias.
Responder Con Cita