# Coldfusion \<cfmail\> question

**URL:** https://forum.kirupa.com/t/coldfusion-cfmail-question/153400
**Category:** programming
**Created:** [July 1, 2005, 4:51am UTC](https://forum.kirupa.com/t/coldfusion-cfmail-question/153400 "2005-07-01T04:51:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dboers](https://avatars.discourse-cdn.com/v4/letter/d/bbe5ce/32.png) [@dboers](https://forum.kirupa.com/u/dboers)
#### Post date: [July 1, 2005, 4:51am UTC](https://forum.kirupa.com/t/coldfusion-cfmail-question/153400/1 "2005-07-01T04:51:59Z")

</div>

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

```auto
 
<cfmail to="[email="yourmail@home.com"]yourmail@home.com[/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
