aheckmann / node-ses

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

SyntaxError: `https://email.us-east-1.amazonaws.com` node-ses/lib/ses.js:50 #41

Closed ogdans3 closed 7 years ago

ogdans3 commented 7 years ago

Got an error message on my server when trying to use the module. I assume its some encoding issue with the ` character, it works fine on my desktop. It seemed to function correctly when i changed the ` to the '

image

/home/ogdans3/git/haavard/node_modules/node-ses/lib/ses.js:50

Is the special quotation mark important? Do you know how I resolve the syntax error?

markstos commented 7 years ago

Duplicate of #39.

Apparently I didn't actually publish version 2.0.3 with the fix like I thought I did. Sorry.

Thanks for the report. Published now.