You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after upgrading from 2.0.3 to 2.1.3, sending an email throws the following exception:
error: TypeError: source.on is not a function
at Function.DelayedStream.create (/Users/x/Source/x/app-backend/node_modules/delayed-stream/lib/delayed_stream.js:33:10)
at FormData.CombinedStream.append (/Users/x/Source/x/app-backend/node_modules/combined-stream/lib/combined_stream.js:45:37)
at FormData.append (/Users/x/Source/x/app-backend/node_modules/form-data/lib/form_data.js:75:3)
at /Users/x/Source/x/app-backend/node_modules/mailgun.js/dist/mailgun.js:2:13253
at Array.forEach (<anonymous>)
at /Users/x/Source/x/app-backend/node_modules/mailgun.js/dist/mailgun.js:2:13230
at Array.forEach (<anonymous>)
at e.postMulti (/Users/x/Source/x/app-backend/node_modules/mailgun.js/dist/mailgun.js:2:13164)
at e.create (/Users/x/Source/x/app-backend/node_modules/mailgun.js/dist/mailgun.js:2:8661)
at mailgunSend (/Users/x/Source/x/app-backend/node_modules/nodemailer-mailgun-transport/src/index.js:149:40)
at Object.send (/Users/x/Source/x/app-backend/node_modules/nodemailer-mailgun-transport/src/index.js:127:26)
and the problem goes away after removing the line cid: '[email protected]'
after some reseach, i guess this is related to mailgun/mailgun.js#141 but since the update from 2.0.3 to 2.1.3 broke it, i wanted to keep you informed ...
The text was updated successfully, but these errors were encountered:
I don't even know if mailgun.js really fixed the inline image support. They doc is still bad, and the mailgun/mailgun-js#141 just adds a few things, without any additional doc or test.
after upgrading from 2.0.3 to 2.1.3, sending an email throws the following exception:
this is the base for newly created emails:
and the problem goes away after removing the line
cid: '[email protected]'
after some reseach, i guess this is related to mailgun/mailgun.js#141 but since the update from 2.0.3 to 2.1.3 broke it, i wanted to keep you informed ...
The text was updated successfully, but these errors were encountered: