MailExport

;) When I try to export with TfrxMailExport I get this error massage:

Timeout expired(30)
502 Error: command not implemented

Can somebody answer what is wrong?

Comments

  • edited 6:15AM
    You use FR 3.18 ?
  • edited October 2005
    wrote:
    You  use FR 3.18 ?
    ;)
    Yes I Do.
  • edited 6:15AM
    How you try to expotr (code)?
  • edited 6:15AM
    wrote:
    How you try to expotr (code)?
    With:

    frxReport1.Export(frxMailExport1);

    Everything i working but in the end error message come up.
  • edited 6:15AM
    Try this code:

    if frxReport1.PrepareReport() then
    frxReport1.Export(frxMailExport1);

    Don't call frxReport1.ShowReport().
    If you need Show Report call ShowPreparedReport;
  • edited 6:15AM
    I call
    frxReport1.PrepareReport();
    before I call
    frxReport1.Export(frxMailExport1);
    and everything i working fine, until the end when this error message come up.
    Maybe it is something with the SMTP server?
  • edited 6:15AM
    Maybe!
    I use the MailExport and it work fine. ;)
  • edited 6:15AM
    Where can I find that component called frxMailExport1??? I have a palette with the components to export to Excel file, PDF, HTML, etc, but I don??t have a mailexport component...I am using the version 3.15. Is anotehr palette or that compoenet might be in the same?
  • edited 6:15AM
    The frxMailExport component added in the version 3.16 and beter, see changes here.
  • edited 6:15AM
    borje wrote:
    ;) When I try to export with TfrxMailExport I get this error massage:

    Timeout expired(30)
    502 Error: command not implemented

    Can somebody answer what is wrong?
    Ok I'm having the same problems i have included acopy of the email log to see if anyone can advise?

    24/10/2005 19:40:03
    >HELO dogo.freeserve.co.uk

    <220-gary.yourhostdns.com ESMTP Exim 4.52 #1 Mon, 24 Oct 2005 14:39:57 -0400
    >AUTH LOGIN

    <220-We do not authorize the use of this system to transport unsolicited,
    >AUTH LOGIN

    <220 and/or bulk e-mail.
    >AUTH LOGIN

    <250 gary.yourhostdns.com Hello dogo.freeserve.co.uk [81.77.136.85]
    <503 AUTH command used when not advertised
    <503 AUTH command used when not advertised
    <503 AUTH command used when not advertised
    ---24/10/2005 19:40:33
    Timeout expired (30)
    503 AUTH command used when not advertised


    any ideas
  • edited November 2005
    wrote:
    <220 and/or bulk e-mail.
    >AUTH LOGIN

    Try to leave blank the name and Passwordword field of Mail-Account
  • edited 6:15AM
    Does anyone Mailexport with Delphi 6 ?

Leave a Comment