| Previous topic :: Next topic |
| Author |
Message |
odeno
Joined: 08 Nov 2005
Posts: 59
Location: UK
|
| Posted: Wed Apr 23, 2008 4:56 pm Post subject: SMTP issues in 5.0.4 and a work around + 1 question |
|
|
Basically I was unable to save the outgoing email server settings.
I checked all the previous emails and tried all possible work arounds to no avail. Neither could I get google smtp server to work using ssl.
SO, the **only** work around which currently works is the one to change "smtp" to "mail" in the function below in the file "class.phpmailer.php" which resides in modules/Emails/
function IsSMTP() {
$this->Mailer = "smtp";
}
I believe this work around instructs vtiger to send email using phpmailer so it bypasses smtp altogether.
When experiencing errors, I turned on debugging and sure enough the error was a connection couldn't be made to the smtp server.
Interesting enough, the debug error (in vtigercrm.log) shows :-
"Wed Apr 23 17:10:42 2008,502 [26146] DEBUG index - Error in Mail Sending : Error log = 'SMTP Error: Could not connect to SMTP host1111111111=======>.'"
I wonder if this means the OG server is not being stored or recalled correctly - the OG server I used wasn't "host111111111" as displayed above??
Any views on this vtiger team? |
|
| Back to top |
|
odeno
Joined: 08 Nov 2005
Posts: 59
Location: UK
|
| Posted: Thu Jun 26, 2008 12:09 pm Post subject: SMTP issues in 5.0.4 and a work around + 1 question |
|
|
| Any update on this? |
|
| Back to top |
|
EdwinH
Joined: 08 Jul 2008
Posts: 2
|
| Posted: Sat Jul 12, 2008 6:48 am Post subject: Re: SMTP issues in 5.0.4 and a work around + 1 question |
|
|
| Works for me, though incoming via gmail is still not working somehow |
|
| Back to top |
|
GetMoreBiz
Joined: 24 Oct 2008
Posts: 11
|
| Posted: Fri Oct 24, 2008 10:33 pm Post subject: Re: SMTP issues in 5.0.4 and a work around + 1 question |
|
|
| This worked for me. But for some reason, when I send mail, it sends a copy to me and the recipient. Is this normal? |
|
| Back to top |
|
| |