The Dev Pages

A knowledge base for simple (and beyond) web applications development




So if you have

<cfmail to=”"

an error occurs

but apparently when you have

<cfmail to=” ”

It just completes successfully without sending an email to anyone and doesn’t throw errors

Add A Comment