Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
README: documented alternative email format
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Sep 11, 2012
1 parent 4f004f4 commit 7a06fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Dead-simple mandrill API implementation. Only sends emails.
var email = require('mandrill-send')('your-api-key');
email({
from: 'Guillermo Rauch <rauchg@gmail.com>',
to: ['a@b.com', 'c@d.com']
to: ['a@b.com', 'c@d.com', { name: 'Guillermo', email: 'guiller@mo.com' }]
}, function(err){
if (err) console.error(err);
});
Expand Down

0 comments on commit 7a06fa0

Please sign in to comment.