I made a simple web app with node.js and hosted it with heroku. The main process does many operations, one of which is reading and writing a text file with ids. However, when I try to send this file from a different process to my email with nodemailer it is sent as blank. The file is initially blank but then is written by the main process; the main process read text from it too so I know the problem is not there. Can you tell me why it isn't working?
via Andrea La Grotteria
No comments:
Post a Comment