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
This commit is contained in:
David Arranz 2009-06-02 10:50:37 +00:00
parent 8afa82f5e3
commit 126cccf82f

View File

@ -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