A set of tools for sending email.
After Installing Node (joyent/node) and npm (Should be included with node 0.8+)
git clone https://github.com/OrangeCrush/hermes cd hermes npm install nodemailer
nodemailer is a great project check it out at
nodemailer
Configuration options are available at the top of /server.js
After installing, to start the server run:
node server.js
Make a web request to your server, on port 4444 (See configuration for customization)
Pass the recipient address with the a parameter
Pass the message with the m parameter
Browser:
http://yourServer:4444?a=send_to_me@whatever.com&m=I%20am%20a%20Message
The PHP code here takes a bit more formatting and uses the sendmail method instead of gmail
DEPRECATED.