Sending email is quite a basic feature now a days which every website need to do. I have done this in PHP as well but I don't think so that there is any other language other than coldfusion which have email sending code smaller than cold fusion. Additionally I will not say it code :-). Its more like piece of a cake. Anyways the code to send email in coldfusion follows as,
to="email@site.com"
cc="address2@site.com"
bcc="anyaddress@site.com"
from="sender@site.com"
subject="Check this out" type="text">
Dear Friend,
I have searched out a good website which says it all about coding.
I would like you to check it out.
Site is: http://codingtricks.blogspot.com
Regard,
Mail Sender :-)
Keep enjoying and keep checking lots of Cold Fusion, PHP and related posts ahead.
Coldfusion send email with file attachment is also coming up in the queue.