View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006729 | JEDI VCL | 00 JVCL Components | public | 2021-10-22 14:44 | 2021-10-25 12:47 |
Reporter | Kleberson | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | random |
Status | new | Resolution | open | ||
Product Version | 3.48 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006729: Erro componente JvMail | ||||
Description | Ao 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 Reproduce | var 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; | ||||
Tags | JVCL | ||||
|
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. |