Last active
October 13, 2015 09:33
-
-
Save thecfguy/38092a8f8d8f29ecb365 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfmail to="[email protected]" from="[email protected]" 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