PDA

View Full Version : Coldfusion <cfmail> question



dboers
July 1st, 2005, 12:51 AM
I use <cfmail> in one of my pages to send an email like this:


<cfmail to="yourmail@home.com"
from="Company<company name>"
subject="newsletter Newslette"
server="mycompany.com"
username="name"
password="password"
type="html">
</cfmail>


But I would like to send an email to more then one person at a time. How do I accomplish that? (Is it possible using cfmail)

Thanks in advance