Search found 1 match

by abrange
24 Jan 2009, 21:06
Forum: Help
Topic: SMTP
Replies: 7
Views: 16916

Re: SMTP

Hi,
thank for you step by step. I made the same like you but I added
define( 'PHPMAILER_PATH', 'libphp-phpmailer' . DIRECTORY_SEPARATOR );
into class.phpmailer.php file in line 20 like is show below and it works too :)

/**
* PHPMailer - PHP email transport class
* @package PHPMailer ...