Hi, in my debugger i have email.send() : "-1"
How can i catch this in ejscript ?
Thanks for your help
Fabrice
Alle Svar (2)
Hi Fabrice, I think we need a little more context here. What do you mean?
Hi Frode,
the Problem is i have my own custompage with custom formular as ejscript
The user must be give an Email.
I sent the notification. All is ok but when the domain are not know. example: toto@toto.de the send Method give -1 at result in the debugger.
But the send() give void.
The Problem is then that the content from the mail are showing of my page and not the rest of my code.
The question is how can i know that the mail are be sending and go to the rest of my code.
Thanks