Coldfusion <cfmail> question

I use <cfmail> in one of my pages to send an email like this:

 
<cfmail to="[email="[email protected]"][email protected][/email]"
 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 [color=red]cfmail[/color][color=black])[/color]

Thanks in advance