dwyl / sendemail

💌 Simplifies reliably sending emails from your node.js apps using AWS Simple Email Service (SES)
182 stars 26 forks source link

Readme step 4 - duplicate function calls #85

Closed RobStallion closed 6 years ago

RobStallion commented 6 years ago

Here in the readme you call the function sendemail.set_template_directory('path'); but it looks like this function is already being called in here lib/index.js.

Is this intentional?

nelsonic commented 6 years ago

@RobStallion I don't think it is intentional. please feel free to fix/update. 👍