No mail client available

delphi package - automated exception handling
Post Reply
maba@hoe.de
Posts: 1
Joined: Fri Mar 10, 2017 7:50 am

No mail client available

Post by maba@hoe.de »

Some of our customers run our software in environments without mail client. Is there an easy option, to save the bug report to a file at runtime?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: No mail client available

Post by madshi »

Of course. It's even active by default! See here:

http://help.madshi.net/madExceptSettings2.htm

You can choose the file path here:

http://help.madshi.net/madExceptSettings7.htm

Or you can set the file path at runtime by doing: "MESettings.BugReportFile := 'c:\whatever\something.txt'".
Post Reply