To implement and use CFMail customers can use Cold Fusion Studio or
customize the code below:
<cfmail to="recipient_email_here"
from="from_email_here"
subject="subject_goes_here"
cc="CC_email_here"
server="mail.ipower.be" port=25>
Message Body goes here
</cfmail>
|