I've had really good luck with mailer ( https://github.com/Marak/node_mailer ),
but I don't think it supports attachments.  Might be easy to modify it to
support them though as basically its just Base64 encoded into the headers
based on Mime Type.  Conversion of something like the code here (
http://webcheatsheet.com/PHP/send_email_text_html_attachment.php )
could/would add the ability.

 - Jeremy

On Fri, Apr 13, 2012 at 7:38 AM, Alan Hoffmeister <alanhoffmeis...@gmail.com
> 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?
>
> --
> Att,
> Alan Hoffmeister
>
> --
> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> 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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to