lookback / meteor-emails

Improved Meteor emails with templating, previews and automated CSS/SCSS inlining.

Home Page:https://atmospherejs.com/lookback/emails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support array of 'to' addresses

chrisknu opened this issue · comments

The validator is checking incoming 'to' field as a string, wherein the meteor docs support string or array of strings.

Behaviour should be the same

http://docs.meteor.com/#/full/email_send

Agreed. PR appreciated.

Fixed in d441cc6.

Thanks!