[ PHPXref.com ] [ Generated: Sun Jul 20 20:30:05 2008 ] [ Swift Mailer 1.2.1 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> README (source)

   1  Swift Mailer is a basic PHP Mailer class intended to do nothing
   2  more than handle sending emails from PHP scripts.
   3  
   4  Please refer to the LICENSE file before copying this class
   5  or modifying it (it basically says you can do what you want
   6  with it).
   7  
   8  Despite being small and light, the Swift Mailer class can handle
   9  pretty much everything you'd want when sending emails.
  10  
  11   * Attachments
  12   * Multipart Messaging
  13   * Basic, single part messaging
  14   * Custom Headers
  15   * Encoding
  16   * Inline images
  17   * TLS Encryption
  18   * Bcc Sending
  19   * Batch Mailing
  20   * Custom SMTP commands
  21   * SSL Connections
  22   * Pluggable SMTP Authentication
  23   * Plugin Support with event handling features
  24  
  25  This class does NOT require the use of the mail() function
  26  which is blocked by many shared hosts.  Instead, it makes
  27  use of fsockopen() to establish a connection with an SMTP -
  28  server.  This connection can be used to perform as many
  29  tasks as required when when sending emails.
  30  
  31  The functionality built in to the class should comply with
  32  RFC 2821, and RFC 2554 which you can find under the docs/
  33  directory.
  34  
  35  For some examples of using Swift Mailer refer to the snippets at
  36  docs/examples/.
  37  
  38  You should refer to the online documentation to be sure you're
  39  reading the most up-to-date stuff: http://swiftmailer.org/documentation/
  40  
  41  For bugs and support (limited) please contact the author
  42  
  43  "Chris Corbyn" <chris@w3style.co.uk>
  44  


[ Powered by PHPXref - Served by Debian GNU/Linux ]