Skip to content

Instantly share code, notes, and snippets.

@thecfguy
Last active October 13, 2015 09:33
Show Gist options
  • Save thecfguy/5b7b3e86101979fc176b to your computer and use it in GitHub Desktop.
Save thecfguy/5b7b3e86101979fc176b to your computer and use it in GitHub Desktop.
<cfmail to="to@test.com" from="form@test.com" subject = "Email with attachment" type="html">
<cfmailparam file="C:\Inetpub\wwwroot\worklog.pdf">
Email body will goes here.
</cfmail>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment