Skip to content

Instantly share code, notes, and snippets.

@bennadel
bennadel / code-1.cfm
Created March 25, 2014 00:34
Sending Text Messages (SMS) With ColdFusion And CFMail
<cfhttp
url="https://www.vtext.com/customer_site/jsp/disclaimer.jsp"
method="POST"
useragent="Mozilla / Firefox"
result="objHTTP">
<!--- Set referrer. --->
<cfhttpparam
type="CGI"