aheckmann / node-ses

An Amazon SES api for nodejs with proper error handling.
http://aheckmann.github.com/node-ses
MIT License
200 stars 37 forks source link

created an alias between sendemail and sendEmail #2

Closed impronunciable closed 12 years ago

impronunciable commented 12 years ago

In the DOCS and in the code comment blocks you mention the method client.sendEmail when the real method name is 'sendemail'. I think this alias should fix this now soy you can change the docs or keep the alias.

aheckmann commented 12 years ago

i just fixed the docs. not a big fan of aliasing.

impronunciable commented 12 years ago

cool