Wednesday, December 31, 2008

Re: Email component — problems sending to same domain

smtp should be the default. It is the de facto standard for internet
transfer of email (simple mail transfer protocol)

mail is a 'nix based system of mails that are usually handled
internally or within a lan. I don't think that switching to mail
would help as the email would never reach your mail client. it would
just sit in the mail file waiting for you to login to the server.

This sounds like something you'll need to adress the host on.

Just curious what host are you using?

On Dec 30, 11:08 am, RyOnLife <ryan.mckillen@gmail.com> wrote:
> Hello, I am using the Email component and have the 'to' address set like
> this:
>
> $this->Email->to = 'me@mydomain.com';
>
> 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 = 'me@gmail.com';
>
> 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-...
> 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: