andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 168 forks source link

Multiple TO recipients? #106

Closed migig closed 9 years ago

migig commented 9 years ago

Docs say I can have multiple CC and BCC recipients (as a csv or on separate lines).

But what if I want to have multiple TO recipients, just like in a normal email?

andrewdavey commented 9 years ago

Try adding multiple To: headers in your email view.

migig commented 9 years ago

Cool, works for both a csv and on separate lines.

Probably a good idea to update docs to say that it works this way for all three recipient fields: TO, CC, and BCC. (Not just CC and BCC)