John, it's not helpful to tell someone to change OS. Smtp is a network protocol. It's quite possible to implement the protocol in pure JS since node gives all the needed network primitives and works the same cross-platform.
As far as specifics, I don't know of a good pure-js smtp implementation, but I'll bet there is one. On Fri, Apr 13, 2012 at 11:24 AM, john.tiger <[email protected]>wrote: > On 04/13/2012 06:38 AM, Alan Hoffmeister wrote: > >> Hello there! >> >> I know there is some good npm modules for sending e-mail by SMTP >> account, but none of them are working with Windows, what I need is to >> be able to send e-mail from an SMTP account with attachments. >> >> Any good sugestion? >> > > yeah, quit sacrificing and move to linux, then use haraka (is this one of > the ones you tried ?) > > > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: https://github.com/joyent/**node/wiki/Mailing-List-** > Posting-Guidelines<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 post to this group, send email to [email protected] > To unsubscribe from this group, send email to > nodejs+unsubscribe@**googlegroups.com<nodejs%[email protected]> > For more options, visit this group at > http://groups.google.com/**group/nodejs?hl=en?hl=en<http://groups.google.com/group/nodejs?hl=en?hl=en> > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
