No Emails from IW application

delphi package - automated exception handling
Post Reply
deadserious
Posts: 3
Joined: Fri Feb 10, 2006 7:34 pm

No Emails from IW application

Post by deadserious »

I'm trying to do silent email submission in an IW standalone/service application. I enabled madexcept and set the following settings, but not receiving any email on any exceptions. I'm forcing an AV and am seeing it come through to the browser, but nothing in the email box.

IW 8.0.22, D2006 win32
Athlon X2 4400, 2GB ram

My MadExcept Settings:

Enabled
Basic
Check whether file is corrupt
Auto Actions
Automatically save bug report
Only if Bug Report Doesn't Get Sent
Automatically Send Bug report
Automatically Continue Application
Filter
All Other Exception Classes
Don't Create a Screen Shot
Don't Pause Running Threads
Don't Show Anything
Email & Upload Settings
Mail receiver: my email addtress
Send Bug Report In Background
Mail or Upload Directly via Internet
Act as SMTP Server
Attachment Settings
Attach Bug Report
Attach Saved Bug Reports
empty Bug Report File Afterwards
Save Settings
Bug Report File: bugreport.txt
Append Bug Reports -> 100
don't Save duplicate Exceptions
don't save duplicate main thread freezings
the crashing thread's callstack are identical
the callstacks of all named threads are identical
Bug Report Settings
callstack of all running threads
exception location disassembly
cpu registers
stack dump
show address offset to the beginning of the procedure
show line number offset to the beginning of the procedure
format disassembly output
limit number of asm instructions 5 above and below

Other notes...

By default, the project file does have madIWSupport in it's uses clause, but I tried it both with and without.

Also, the project is an IW AppMode project that includes a WebBroker WebModule to do some more advanced stuff in the application. The WebModule handler is returning an AV exception and nothing is propogated through to madexcept. The PageMode/Webbroker integration is done via the Interop pack from www.arcanatech.com which provides the webmodule to an appmode app.

Thanks in advance for your help...
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

For SMTP server to work, the server PC must be online. Can you please run the TestMailingAPIs tools (see madExcept Tools folder) on your server PC? Does that one work?
deadserious
Posts: 3
Joined: Fri Feb 10, 2006 7:34 pm

Post by deadserious »

It's online. It's a corporate server on the same network and I send email from the application to the same email address using indy all of the time.
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Sorry for the late reply.

I've just retested this with IW 8 and it works just fine for me.

Do you see the madExcept exception website on the client side, when the exception occurs? Or does not even that work?
deadserious
Posts: 3
Joined: Fri Feb 10, 2006 7:34 pm

Post by deadserious »

Did you try in a Page mode/app mode combo app and raise the error from the page mode form? That is what I'm doing.
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Hmmm... I've just used the defaults. To be honest, I'm quite an IW (and general internet programming) noob. I've no idea what Page mode means. Perhaps you can create a little demo project for me with which I can reproduce the problem on my PC?
Post Reply