How can I send html mail and check user-agent with node.js

I've creataed html activation mail. Now I need to send it to user. I've never work with node.js so I don't know how can I do it. Is there any code sample, that I can use? And one more questions about user agent. Can I check if a user access to my site from mobile or from desctop in nodejs. Thanks advance

Here is a related question on how to send email with node.js:

Here is a related question on how to check the user agent with node.js: