Code Search for Developers
 
 
  

README from Astrum Futura at Krugle


Show README syntax highlighted

Swift Mailer is a basic PHP Mailer class intended to do nothing
more than handle sending emails from PHP scripts.

Please refer to the LICENSE file before copying this class
or modifying it (it basically says you can do what you want
with it).

The Swift Mailer library can handle
pretty much everything you'd want when sending emails.

 * Attachments
 * Multipart Messaging
 * Basic, single part messaging
 * Custom Headers
 * Encoding
 * Inline images
 * Embedded files
 * Redundant connections
 * Rotating connections
 * Silent recipient denied handling
 * TLS Encryption
 * Bcc Sending
 * Batch Mailing
 * Custom SMTP commands
 * SSL Connections
 * Pluggable SMTP Authentication
 * Plugin Support with event handling features

This library does NOT require the use of the mail() function
which is blocked by many shared hosts.  Instead, it makes
use of fsockopen() to establish a connection with an SMTP -
server.  This connection can be used to perform as many
tasks as required when when sending emails.

The functionality built in to the class should comply with
RFC 2821, and RFC 2554 which you can find under the docs/
directory.

For some examples of using Swift Mailer refer to the snippets at
docs/examples/.

You should refer to the online documentation to be sure you're
reading the most up-to-date stuff: http://swiftmailer.org/documentation/

For bugs and support (limited) please contact the author

"Chris Corbyn" <chris@w3style.co.uk>





See more files for this project here

Astrum Futura

Multiplayer space strategy game written in PHP5 with the Zend Framework. User interface uses Javascript/AJAX for dynamic interaction. Players compete across a hexagonal map of 10,000 sectors, planets, stars and other locations through trade and combat.

Project homepage: http://sourceforge.net/projects/astrumfutura
Programming language(s): PHP,XML
License: other

  Swift/
    Authenticator/
      CRAMMD5.php
      LOGIN.php
      PLAIN.php
      POP3SMTP_.php
      README
    Connection/
      Multi.php
      NativeMail.php
      Rotator.php
      SMTP.php
      Sendmail.php
    Plugin/
      AntiFlood.php
      ConnectionRotator.php
      Errors.php
      Example.php
      Template.php
    Stream/
      MailProxy.php
      Processor.php
    Stream.php
  compat/
    phpmailer/
      THIS_IS_NOT_PHPMAILER
      class.phpmailer.php
    plugins/
      Swift_Anti_Flood_Plugin.php
      Swift_Errors_Plugin.php
    README
    Swift_CRAM_MD5_Authenticator.php
    Swift_LOGIN_Authenticator.php
    Swift_PLAIN_Authenticator.php
    Swift_POP3_SMTP_Authenticator_.php
    Swift_SMTP_Connection.php
    Swift_Sendmail_Connection.php
  docs/
    examples/
      attachment_smtp.php
      basic_sendmail.php
      basic_smtp.php
      basic_smtp_multipart.php
      batch_smtp_multipart.php
      cc_smtp.php
      embedded_image.php
      loading_plugin.php
      native_mail.php
      rotating_connections.php
      smtp_authentication.php
      smtp_ssl.php
      smtp_tls_gmail.php
    Authenticator_API
    Connection_API
    Plugin_API
    README-FIRST
    Swift_IAuthenticator.php
    Swift_IConnection.php
    Swift_IPlugin.php
    Swift_docs.txt
    rfc2076.txt
    rfc2487.txt
    rfc2554.txt
    rfc2821.txt
    rfc_info.txt
  files/
    durham.jpg
  tests/
    emails/
      iso-8859-1.txt
      iso-8859-6.txt
      utf8.txt
    smokes/
      testofnativemail.php
      testofsendmail.php
      testofsmtp.php
    units/
      FakeConnection.php
      FakePlugin.php
      MockFakePluginWithEvents.php
      SmtpStub.php
      alltests.php
      testofsmtpstub.php
      testofstream.php
      testofswift.php
    README
    config.php
  CREDITS
  LICENSE
  README
  Swift.php
  VERSION