You can use the cfmail tag to do this. Example:
<cfmail from="your.address@your.domain" to="recipient.address@any.domain" subject="CSV file updated successfully">
The CSV file #filename# was processed successfully at #TimeFormat(now(), "hh:mm:ss")#.
</cfmail>
You can include variables in the message, as shown above.