ElasticEmail / ElasticEmail.WebApiClient-js

Deprecated library. Easily send emails with Elastic Email using Web API JS Client https://elasticemail.com/
MIT License
15 stars 9 forks source link

TypeError: source.on is not a function #14

Open sahilkhaire opened 4 years ago

sahilkhaire commented 4 years ago

hey I did the same configuration as mentioned here to send emails. but I am getting below error while sending emails

email sendig error : TypeError: source.on is not a function at Function.DelayedStream.create (/home/sahil/Documents/node_modules/delayed-stream/lib/delayed_stream.js:33:10) at FormData.CombinedStream.append (/home/sahil/Documents/node_modules/combined-stream/lib/combined_stream.js:45:37)

I am not able to understand this error.