|
|
|||||||
| Linux Web Hosting Discussion Forum and Support Discussion forum on Linux Web Hosting issues related to cpanel, whm, ensim, plesk, emails, ftp, frontpage, php, perl, cgi or permission. |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Never mind...I fixed it
Hi. When I try to use PHPMailer to send mail, I get the error: Message was not sentMailer Error: Language string failed to load: recipients_failed I found on another website this solution: <div class=\'quotetop\'>QUOTE</div><div class=\'quotemain\'>The phpmailer package has three essential files: class.phpmailer.php class.smtp.php (optional - only needed for SMTP) language file: phpmailer.lang-en.php (English althought there are a bunch of others) In the phpmailer instructions (http://phpmailer.sourceforge.net) you're supposed to add these files to the php.ini includes path. Instead I just referenced as includes at the top of my scripts. Code:
PHP Code:
include_once("lib/phpmailer/class.phpmailer.php");
include_once('lib/phpmailer/language/phpmailer.lang-en.php');
But when I try to include phpmailer.lang-en.php I get an error..... Is that file existent? |
|
|||
|
Hello,
If you are still facing the problem then kindly provide us your phpmailer send mail script and if your domain is hosted on our server then kindly provide us your domain name also. Thanks, |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Big problem with Tmaxhost.com | host_planer | General Discussions | 2 | 09-01-2007 04:29 AM |
| IP address problem | crazydog | Linux Web Hosting Discussion Forum and Support | 1 | 08-21-2006 12:46 AM |
| Big problem with Tmaxhost.com | host_planer | Presales Questions - Windows Web Hosting - Shared Account | 1 | 07-03-2006 04:40 AM |
| Big problem with Tmaxhost.com | host_planer | Windows Web Hosting Discussion Forum | 1 | 07-03-2006 04:39 AM |
| ftp problem | seetz | Windows Web Hosting Discussion Forum | 1 | 02-03-2006 01:36 AM |