README 363 B

12345678
  1. Ruby Mail is an internet library for Ruby that is designed to handle
  2. emails generation, parsing and sending in a simple, rubyesque manner.
  3. The purpose of this library is to provide a single point of access to
  4. handle all email functions, including sending and receiving emails. All
  5. network type actions are done through proxy methods to Net::SMTP,
  6. Net::POP3 etc.