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?
Timeout expired(30)
502 Error: command not implemented
Can somebody answer what is wrong?
Comments
Yes I Do.
frxReport1.Export(frxMailExport1);
Everything i working but in the end error message come up.
if frxReport1.PrepareReport() then
frxReport1.Export(frxMailExport1);
Don't call frxReport1.ShowReport().
If you need Show Report call ShowPreparedReport;
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?
I use the MailExport and it work fine.
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
Try to leave blank the name and Passwordword field of Mail-Account