I have moved my Application to lunarpages sharing hosting space. But I can't send email from the server at lunarpages. But it works fine with the same Email configure and the same send mail script on my local machine. Why? I got response from lunarpages support that my domain was already moved from localdomains to remotedomains.
[code] $this->Email->smtpOptions = array( 'port' => '465', 'timeout' => '30', 'host' => 'ssl://smtp.gmail.com', 'username' => '[email protected]', 'password' => 'password'); $this->Email->delivery = 'smtp'; $this->Email->replyTo = '[email protected]'; $this->Email->from = 'mydomain<[email protected]>'; $this->Email->sendAs = 'both'; [/code] It always print out the error msg '110 Connection timed out.' Is there any body can help me with this issue? I have fight with it for about two days. Thanks in advance for your help. -- Thanks Joshua --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
