diff options
Diffstat (limited to 'ruby/rubygem-mail/README')
-rw-r--r-- | ruby/rubygem-mail/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ruby/rubygem-mail/README b/ruby/rubygem-mail/README new file mode 100644 index 0000000000..c38d4885f9 --- /dev/null +++ b/ruby/rubygem-mail/README @@ -0,0 +1,7 @@ +Ruby Mail is an internet library for Ruby that is designed to handle +emails generation, parsing and sending in a simple, rubyesque manner. + +The purpose of this library is to provide a single point of access to +handle all email functions, including sending and receiving emails. All +network type actions are done through proxy methods to Net::SMTP, +Net::POP3 etc. |