Skip to content

Instantly share code, notes, and snippets.

Created October 6, 2017 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7c555f05571e21cc76bc88ca37b7f51c to your computer and use it in GitHub Desktop.
Save anonymous/7c555f05571e21cc76bc88ca37b7f51c to your computer and use it in GitHub Desktop.
TryCF Gist
<cftry>
<cfmail from="" to="" subject="mail test" server="localhost">
dummy email
</cfmail>
<cfcatch>
<cfdump var=#cfcatch#>
</cfcatch>
</cftry>
<cftry>
<cfmail from="" to="a@b.c" subject="mail test" server="localhost">
dummy email
</cfmail>
<cfcatch>
<cfdump var=#cfcatch#>
</cfcatch>
</cftry>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment