Skip to content

Commit

Permalink
Added comments for params.
Browse files Browse the repository at this point in the history
  • Loading branch information
kav committed May 16, 2012
1 parent aa20646 commit cb54bf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/email.js
Expand Up @@ -12,7 +12,9 @@ var _ = require('underscore');
*
* @param {Object} params
* @param {string|array} params.to The to address(es) of the email
* @param {string|array} params.fromname The display name of the email recipients
* @param {string} params.from The from address of the email
* @param {string} params.fromname The display name of the email sender
* @param {SmtpapiHeaders} params.smtpapi The SendGrid x-smtpapi headers object
* @param {string} params.subject The subject of the email
* @param {string} params.text The text/plain content of an email
Expand Down

0 comments on commit cb54bf5

Please sign in to comment.