I was not being able to correctly refer to the PHPMailerAutoload.php file. I needed to do this for sending email from my site.
Here is the ultimate solution:
require DOCROOT."modules/PHPMailer/PHPMailerAutoload.php";
Here is the ultimate solution:
require DOCROOT."modules/PHPMailer/PHPMailerAutoload.php";
No comments:
Post a Comment