Skip to content

OrangeCrush/hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hermes

A set of tools for sending email.


Node.js

Installation

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

Configuration options are available at the top of /server.js

Starting the server

After installing, to start the server run:

   node server.js

Sending Email

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

PHP

The PHP code here takes a bit more formatting and uses the sendmail method instead of gmail
DEPRECATED.

About

Hermes- A set of tools for web development. SMTP Interfaces through Node and PHP, and PHP error logging.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published