Skip to content

Commit

Permalink
Updated readme, smtp and sendmail are working.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Oct 17, 2011
1 parent 695cf9c commit 836f663
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Fuel Email Package.

A full fledged email class for Fuel.
At the time of writing only supporting php's native mail function.
Currently working on a SMTP and Sendmail driver.
A full fledged email class for Fuel. Send mails using php's mail function, sendmail or SMTP.

# Summary

* Send plain/text or html with (optional) alternative plain/text bodies using mail, sendmail or SMTP.
* Add attachments, normal or inline and string or file.
* Automatic inline file attachments for html bodies.
* Configurable attachment paths.

# Usage

Expand Down

0 comments on commit 836f663

Please sign in to comment.