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 8:23PM
    You use FR 3.18 ?
  • edited October 2005
    wrote:
    You  use FR 3.18 ?
    ;)
    Yes I Do.
  • edited 8:23PM
    How you try to expotr (code)?
  • edited 8:23PM
    wrote:
    How you try to expotr (code)?
    With:

    frxReport1.Export(frxMailExport1);

    Everything i working but in the end error message come up.
  • edited 8:23PM
    Try this code:

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

    Don't call frxReport1.ShowReport().
    If you need Show Report call ShowPreparedReport;
  • edited 8:23PM
    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 8:23PM
    Maybe!
    I use the MailExport and it work fine. ;)
  • edited 8:23PM
    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 8:23PM
    The frxMailExport component added in the version 3.16 and beter, see changes here.
  • edited 8:23PM
    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 8:23PM
    Does anyone Mailexport with Delphi 6 ?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.