A
Anonymous
Guest
Hi Team,
Good day. Need help for the below.
httpdocs folder, i just copied PHPMailer folder.
httpdocs-->PHPMailer
PHPMailer contains all php files like class.pop3.php, class.smtp.php, class.phpmailer.php and etc,
Just created one file httpdocs-->sendmail.php
sendmail.php file content is below. its not recognizing
require 'PHPMailer/PHPMailerAutoload.php';.
its printing only "before PHPMailerAutoload :". please help me - why its not printing "after phpmailer autoload". Thanks in advance.
<?php
echo "before PHPMailerAutoload :";
echo "<br>";
require 'PHPMailer/PHPMailerAutoload.php';
echo "after phpmailer autoload";
?>
Regards,
Edward
Good day. Need help for the below.
httpdocs folder, i just copied PHPMailer folder.
httpdocs-->PHPMailer
PHPMailer contains all php files like class.pop3.php, class.smtp.php, class.phpmailer.php and etc,
Just created one file httpdocs-->sendmail.php
sendmail.php file content is below. its not recognizing
require 'PHPMailer/PHPMailerAutoload.php';.
its printing only "before PHPMailerAutoload :". please help me - why its not printing "after phpmailer autoload". Thanks in advance.
<?php
echo "before PHPMailerAutoload :";
echo "<br>";
require 'PHPMailer/PHPMailerAutoload.php';
echo "after phpmailer autoload";
?>
Regards,
Edward