             !!!!! IMPORTANT INFORMATION !!!!!
--------------------------------------------------------------

If you are upgrading from Version 2.x or 1.x, you MUST read the
documentation online at:

http://www.swiftmailer.org/wikidocs/

Things have changed a lot.  Your code won't work without a small
amount of attention.  For those who are impatient and want a quick-
fix answer, change references to "Swift", to "EasySwift".

e.g.

<?php

//this
require_once "lib/Swift.php";
//becomes
require_once "lib/EasySwift.php";

//this
$swift = new Swift(...);
//becomes
$swift = new EasySwift(...);

?>

NOTE: PLUGINS FROM VERSION 2 WILL NOT WORK IN THIS VERSION

