blank page when using swiftmailer test script works fine
Posted: Tue May 22, 2007 10:56 am
I have an odd problem using Version 3.2.1 for PHP4. I created a simple test script and was able to send an email fine. So I wanted to start using it in our existing application, however the moment I put both of the following includes in at the top of the script it fails with no warnings or errors just a blank page.
require_once ("include_classes/Swift.php)";
require_once ("include_classes/Swift/Connection/SMTP.php)";
One point I should note is I am using PHP5 on my local machine although deployment will be on PHP4.
Any ideas?
require_once ("include_classes/Swift.php)";
require_once ("include_classes/Swift/Connection/SMTP.php)";
One point I should note is I am using PHP5 on my local machine although deployment will be on PHP4.
Any ideas?