Skip to content

Instantly share code, notes, and snippets.

@Lamareeb
Lamareeb / code-1.cfm
Created March 17, 2023 11:37 — forked from bennadel/code-1.cfm
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"