Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Im trying to get the error message populated here when tSendMail component throws an exception.
javax.mail.MessagingException: Could not connect to SMTP host:
I dont see it doing it in the component, i.e.
} catch(Exception e){
<%if (isDieOnError){%>
throw(e);
<%}else{%>
System.err.println(e.toString());
<%}%>
}
Is it possible for me to add custom code to get it to populate the tSendMail_1_ERROR_MESSAGE property?
If so, please advise
thank you