Discussion:
[nodejs] Receive Email in Web App using Node.js
Umair Shahid
2016-12-09 07:17:22 UTC
Permalink
i need help here


i want that when any user send mail to admin then that mail should receive
in web app instead of gmail or yahoo portal.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/9a167270-fd30-4c1b-aa1b-a3488f5a6eac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ryan Schmidt
2016-12-16 12:28:12 UTC
Permalink
i want that when any user send mail to admin then that mail should receive in web app instead of gmail or yahoo portal.
Mail can only be received by a mail server. You can certainly write your own mail server in node, but that sounds daunting and unnecessary. Just use an existing mail server, such as gmail or yahoo or whatever you want. Then, you can write much simpler code in node to retrieve mail from that server, for example on a set schedule. Or maybe there is a way to get the mail server to push new mails to you as they arrive, rather than making you poll for them.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/123539B8-6E54-49A5-97D9-9789A6716418%40ryandesign.com.
For more options, visit https://groups.google.com/d/optout.
Loading...