Emails are by default sent asynchronously via a spooler, so when there is an error you do not see it on the page that sent the email, but instead you have to dig up the logs etc.
The simplest way to handle this in my opinion is to create a simple script that will send an email, and add the following attribute to your cfmail tag: async=false
This way when you run the script the email will be sent in the
same thread of the script, and if there is an error you will see
it on the screen.
Igal Sapir
Lucee Core Developer
Lucee.org
--
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/d396edd7-a939-43fa-896c-253c47d0b3dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/3d754eb0-4a7b-42c7-89fb-8cd134ead492%40googlegroups.com.