Tuesday 19 November 2019

WeTransfer-like API for sending big files as email

Hello guys, I am building an app which needs to send a file as email attachment.The problem is, this file can't be send directly with nodemailer because it can be quite large (>100mb). I tried using WeTransfer API but it keeps crashing my app by using almost 2GB of RAM whenever the WeTransfer API is called. (My app only used 100mb of RAM when processing the file)Any suggestions or alternatives?Thanks in advance :)

Submitted November 19, 2019 at 11:30PM by basswietse

No comments:

Post a Comment