Skip to content

Instantly share code, notes, and snippets.

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