View Issue Details

IDProjectCategoryView StatusLast Update
0006729JEDI VCL00 JVCL Componentspublic2021-10-25 12:47
ReporterKlebersonAssigned To 
PrioritynormalSeveritymajorReproducibilityrandom
Status newResolutionopen 
Product Version3.48 
Target VersionFixed in Version 
Summary0006729: Erro componente JvMail
DescriptionAo usar o Jvmail para abrir o gerenciador padrão thunderbird, em várias máquinas abre o gerenciador normalmente, com diversos sistemas operacionais diferentes e diversas versões do thunderbird.


Em algumas máquinas não funciona, apresenta erro de (System Error. Code 87 - Parametro Incorreto).
Nas máquinas que não funcionam, colocando a versão 78.14 do thunderbird funciona, usando o mesmo projeto para testar.

Steps To Reproducevar
  JvMail : TJvMail;
begin
  JvMail := TJvMail.Create(nil);
  JvMail.Recipient.AddRecipient('desenvolvimento02@brajan.com.br','desenvolvimento02@brajan.com.br');
  JvMail.Subject := 'Assunto';
  JvMail.Body.Text := 'Corpo';
  JvMail.SendMail(true);
  FreeAndNil(JvMail);
end;
TagsJVCL

Activities

Kleberson

2021-10-25 12:47

reporter   ~0022012

When using Jvmail to open the default thunderbird manager, on many machines it opens the manager normally, with many different operating systems and different versions of thunderbird.
It doesn't work on some machines, it has an error (System Error. Code 87 - Incorrect Parameter).
On machines that don't work, putting thunderbird version 78.14 works, using the same project to test.

Issue History

Date Modified Username Field Change
2021-10-22 14:44 Kleberson New Issue
2021-10-22 14:44 Kleberson Tag Attached: JVCL
2021-10-22 21:17 Kleberson Tag Detached: JVCL
2021-10-22 21:17 Kleberson Tag Attached: JVCL
2021-10-25 12:47 Kleberson Note Added: 0022012