adrennan
24-Jan-2007, 08:14 PM
We use EurekaLog 5.1.11 Enterprise and have been trying to make it work with our application. Each exception is captured in a try/except block with the following code:
{$IFDEF EUREKALOG}
if IsEurekaLogInstalled then
StandardEurekaError(lMsg)
{$ENDIF}
We send the reports using SMTP. We have enabled the screenshot and the report for the email. About 50% of the time the email arrives with no attachments. 'Do not save duplicate attachments' is not checked.
Is this a known issue?
{$IFDEF EUREKALOG}
if IsEurekaLogInstalled then
StandardEurekaError(lMsg)
{$ENDIF}
We send the reports using SMTP. We have enabled the screenshot and the report for the email. About 50% of the time the email arrives with no attachments. 'Do not save duplicate attachments' is not checked.
Is this a known issue?