JackDanger / gen_smtp forked from Vagabond/gen_smtp

A generic SMTP server and client in Erlang that can be extended via callback modules

This URL has Read+Write access

name age message
file .gitignore Mon Jun 01 12:27:45 -0700 2009 Setting it to ignore some OS X stuff. [lordnull]
file README.markdown Loading commit data...
file Rakefile
directory src/
directory testdata/
README.markdown

Mission

Provide a generic SMTP server and client framework that can be extended via callback modules in the OTP style. The goal is to make it easy to send and receive email in Erlang without the hassle of POP/IMAP. This is not a true mailserver - although you could build one with it.

Also included is a MIME encoder/decoder, sorta according to RFC204{5,6,7}.

Current Participants

  • Andrew Thompson (andrew@hijacked.us)