I am sending SMTP email on every error encountered in site in Catch.
But at times error message has html like below which I want to send as is -
Cannot find the UI element corresponding to this selector:
<webctrl id='ctl00_cph_vcB_vc0_Sfv_InsertSaveButton' tag='INPUT' />
But I have selected ‘isBodyHTML’ as true, HTML content of error message is being skipped everytime. I just received below in email -
Cannot find the UI element corresponding to this selector:
How can I resolve this issue?
Regards,
Adoshi
1 post - 1 participant