RAA - ez-email

ez-email / 0.1.1

Short description: A simple interface for simple emails
Category: Library/Email
Status: stable
Created: 2009-01-23 20:54:59 GMT
Last update: 2009-09-27 16:33:42 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://www.rubyforge.org/projects/shards
Download: http://rubyforge.org/frs/download.php/64401/ez-email-0.1.1.tar.gz
License: Ruby's
Dependency:
None
Description:

A very simple library for sending simple emails.

Example:

   require 'ez/email'

   EZ::Email.deliver(
      :to      => 'your_friend@hotstuff.com',
      :from    => 'you@blah.com',
      :subject => 'Hello',
      :body    => 'How are you?'
   )
Versions: [0.1.1 (2009-09-27)] [0.1.0 (2009-01-23)]

Edit this project (for project owner)

back to RAA top