ElasticEmail / ElasticEmail.WebApiClient-js

Deprecated library. Easily send emails with Elastic Email using Web API JS Client https://elasticemail.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: source.on is not a function

sahilkhaire opened this issue · comments

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.