Hello, I am using the Email component and have the 'to' address set like
this:

$this->Email->to = '[email protected]';

If mydomain.com is a domain hosted on my server, the email never arrives,
but it works just fine when I change to:

$this->Email->to = '[email protected]';

I assume this is a server setup issue—and not a Cake one—so I plan to talk
to my host. Looking at the email.php component in the Cake core, seems that
$this->delivery can either be 'smtp' or 'mail'. Is smtp the default? If the
delivery method is 'mail', what mail sending service does that refer to?

Thanks!
-- 
View this message in context: 
http://n2.nabble.com/Email-component-%E2%80%94%C2%A0problems-sending-to-same-domain-tp2092849p2092849.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to