Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

Re: email notifications

$
0
0

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.


Viewing all articles
Browse latest Browse all 21760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>