linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 83 forks source link

Nodemailer not working with linemanjs #299

Closed swapneshk closed 9 years ago

swapneshk commented 9 years ago

How do I use node mailer with linemanjs as it is not working..though If I run the same code via simple node command, lets say - node file.js email sent to the user, but not via lineman.

Let me know what I am missing here if any with the lineman for mail sent.

searls commented 9 years ago

Lineman projects do not run node servers in production. Node is only used to build the assets. If you'd like to use node.js on the server you'd need to write and deploy a separate server-side script.

On Thu, Jul 24, 2014 at 3:11 PM, swapneshk notifications@github.com wrote:

How do I use node mailer with linemanjs as it is not working..though If I run the same code via simple node command, lets say - node file.js email sent to the user, but not via lineman.

Let me know what I am missing here if any with the lineman for mail sent.

Reply to this email directly or view it on GitHub: https://github.com/linemanjs/lineman/issues/299

swapneshk commented 9 years ago

Thanks for the info, I got it now