Problem sending Email Report

delphi package - automated exception handling
Post Reply
Mazinger
Posts: 33
Joined: Wed Jan 26, 2005 6:26 am

Problem sending Email Report

Post by Mazinger »

Hi Madshi,

I'm registered user using your last compilation for MadCollection, and I'm using madExcept 3.0c.

When I try to send a bug report to my email address, your madExcept fails to send it. Why? On my mail server I have a lot (7) of querys to a SPAM lists to validate a MAIL FROM address. This cause a 10 seconds timeout before the mail address is accepted.

Is this timeout configurable? or Can you increase this timeout?

BTW: Older versions of MadExcept (3.0b) don't present this problem.

Thanks in advance.
madshi
Site Admin
Posts: 10766
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

There's a fixed email timeout of 7 seconds. Don't know why you didn't have the same problem with 3.0b. My recommendation for you would be to use HTTP uploading instead of mailing. HTTP uploading is more reliable. However, you need to put up a script to your own webserver. Here's a PHP example script:

http://madshi.net/bugRepMailer.zip
Post Reply