Grayskies.net


MailFactory 

Projects

Services

Contact


david@grayskies.net

What is it?

MailFactory is a ruby library designed to allow the simple creation of emails. It has the following features:

  • Plain text and HTML body parts
  • Simple attachments
  • MIME-type guessing for attachments
  • Attachments from arbitrary IO objects
  • Custom headers
  • RFC valid email generation
  • Simple API

See the rdocs in the release for more detailed information.

Get It

MailFactory can be easily gotten as a gem through rubyforge, either by downloading it here or by using the gem command directly:
 
gem install mailfactory 

Contribute

Bug reports and feature requests can be sent directly to me via email. If you want to submit a patch all I ask is that it be in some sort of vaguely standard diff format, and that it come with a clear explanation (what it adds or what it fixes). The best possible method of sending me a patch is via darcs send using a checkout of the repository, but it isn’t required. I highly encourage anyone considering making major changes to contact me before beginning if they want to be certain of getting their work folded into the main development tree.