I played around a little more and found a few things online that got me pointed in the right direction however things still aren't working correctly.
$this->email->from = 'Some Name <SomeSite.com>' // email does not send at all $this->email->from = 'Some Name <somesite.com>' (email all lowercase) // ignores both email and name and sends using server address $this->email->from = 'Some Name' // sends okay but is obviously missing the email address On Tue, Jul 20, 2010 at 5:36 PM, Ed Propsner <[email protected]> wrote: > I recently changed names on one of my sites and moved the entire site to a > different dir on the server. > > Everything went smooth enough except now I'm unable to send emails. > Mail sends ok using PHP mail() function but not when using the email > component. > The email is NOT set up for SMTP. > > Am I overlooking something here? I'm not sure what the problem is. > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
