Hi !
I am trying to code a program using the email() function.
When the first parameter of the calling sequence (the addressee) is not a valid email address, I get a message from the error handler.
How can I code the conditional statements depending on whether I get the message or not (possibly avoiding the message being written on the html page), in other words what is the name and type of the error parameter ?


