ez-email / 0.1.0
| Short description: | A simple interface for simple emails | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Email | |||||
| Status: | stable | |||||
| Created: | 2009-01-23 20:54:59 GMT | |||||
| Last update: | 2009-01-23 20:54:59 GMT | |||||
| Owner: | Daniel J. Berger (Projects of this owner) | |||||
| Homepage: | http://www.rubyforge.org/projects/shards | |||||
| Download: | http://rubyforge.org/frs/download.php/50724/ez-email-0.1.0.zip | |||||
| License: | Ruby's | |||||
| Dependency: |
|
|||||
| 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)] | |||||