vtiger Forum Index vtiger
The Honest Open Source CRM
 

Test Mail status : Please Check the Mail Server Name...
Click here to go to the original topic

 
       vtiger Forum Index -> Help - 4.x
Previous topic :: Next topic  
Author Message
bheki



Joined: 28 Sep 2006
Posts: 4

Posted: Thu Oct 19, 2006 1:04 pm    Post subject: Test Mail status : Please Check the Mail Server Name...  

Vtiger 4.2
FC5
PHP5
Mysql5
FireFox 1.5


on Configuring my Outgoing Mail Server details. I keep on getting this error:
Test Mail status : Please Check the Mail Server Name...

My log file shows the ff :

06/15/06 12:11:40,087 [5764] INFO VT - Message ->Inside of Send Mail function.
06/15/06 12:11:42,333 [5764] DEBUG VT - Message ->Error in Mail Sending : Error log = 'Language string failed to load: connect_host'


I have another copy running of vtiger4.2 on another machine. I runs perfectly and sends emails fine.
Back to top  
bheki



Joined: 28 Sep 2006
Posts: 4

Posted: Thu Oct 19, 2006 1:13 pm    Post subject: Re: Test Mail status : Please Check the Mail Server Name...  

I have tried all suggested work-arounds:

changed the server name to ip even localhost.
ping the server name and ip(OK),
hard corded the servername/ ip, username,password, in config.php.

# I have installed the mambo and dotproject and both can send email without a problem. I think mambo and dotproject uses sendmail and vtiger uses SMTP?

What should I do to allow mail to be send via SMTP?
Back to top  
bheki



Joined: 28 Sep 2006
Posts: 4

Posted: Tue Oct 24, 2006 12:19 pm    Post subject: Re: Test Mail status : Please Check the Mail Server Name...  

have solved the problem by :
changing a line on class.phpmailer.php
ton this function
function IsSMTP() {
function IsSMTP() {
$this->Mailer = "smtp";
}


I changed the line $this->Mailer = "smtp"; to
$this->Mailer = "mail";
Back to top  
adonis



Joined: 26 Dec 2006
Posts: 2

Posted: Thu Mar 08, 2007 12:06 pm    Post subject: Please Check the Mail Server Name... (NEED HELP HERE)  

Greeting...thanks for your post.
I am having the same problem

I am using vtigercrm v4.2.4 patch2

I see the same message "Please Check the Mail Server Name... " in red. Same problem for 'Bulk Mail' as well

Question:
1) Does it mean that to allow email sent by SMTP server, i must change the 'class.phpmailer.php' located in 'C:\Program Files\vtigerCRM4.2.4rc2\apache\htdocs\vtigerCRM\modules\Emails' as well as 'C:\Program Files\vtigerCRM4.2.4rc2\apache\htdocs\vtigerCRM\cron' ???

2) IS it true that in order to let vtigercrm send email by SMTP, i have to change the

function IsSMTP() {
$this->Mailer = "smtp";

to

function IsSMTP() {
$this->Mailer = "mail";

?? Please help, thanks everyone
Back to top  
humbertoqa



Joined: 13 Apr 2007
Posts: 3
Location: Bogota, Colombia

Posted: Fri Apr 13, 2007 7:35 pm    Post subject: Please Check the Mail Server Name... (NEED HELP HERE)  

Thanks very much for this TIP. I solved a problem with it.

Humberto :)
Back to top  
gordon.cooper
Guest





Posted: Fri Apr 20, 2007 2:39 am    Post subject: Please Check the Mail Server Name... (NEED HELP HERE)  

test vtiger
Back to top  
 
       vtiger Forum Index -> Help - 4.x
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group