PDA

View Full Version : Send errortext in messagetext (EMail)?


moelski
04-Mar-2008, 05:39 AM
Hi !

We use the email feature to send the errortext in case of an exception.

The exception is stored within a ZIP file. But this means ... I must always open the ZIP file within my email program and the search function won´t find bugs in my mail program.

So how is it possible to have the error text as Mail text directly? We only use the last error in the Log file. So the text wouldn´t be too long.

admin
05-Mar-2008, 02:23 PM
Hi,

you can use the "Append Logs in messages text (no send file)" option (in the "Email & Web Send" Tab) or simply use the %_ExceptMsg% environment variable in the email message.