From 126cccf82fcaab1a70a196c3e3b5866baaad9d09 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 2 Jun 2009 10:50:37 +0000 Subject: [PATCH] Ticket #192 -> Error al cancelar el envio por correo electronico de un documento una vez generado el correo y dando a cerrar (sale mensaje error sending) git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@944 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- Source/Base/Utiles/uEMailUtils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Base/Utiles/uEMailUtils.pas b/Source/Base/Utiles/uEMailUtils.pas index 149e9cf1..dfae483a 100644 --- a/Source/Base/Utiles/uEMailUtils.pas +++ b/Source/Base/Utiles/uEMailUtils.pas @@ -145,7 +145,7 @@ begin if ErrorCode <> 0 then begin - MessageDlg('Error sending mail (' + IntToStr(ErrorCode) + ').', mtError, [mbOk], 0); + //MessageDlg('Error sending mail (' + IntToStr(ErrorCode) + ').', mtError, [mbOk], 0); Result := False; end else