Last active
October 13, 2015 09:33
-
-
Save thecfguy/5b7b3e86101979fc176b 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="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