In dir named View that lives within your app exists other dirs. Email has a layout (2 html & text) Likewise you'll find email has template for the body too.
How you setup your email for your app is up to you play with the options to see what works best for you. - S On 22 Dec 2011 05:43, "hunny" <[email protected]> wrote: > Hi All, > > I am using the email component of cakephp 1.3 to send emails. > In the From Field, I am using the following code. > > $this->Email->from = '[email protected]' > > However, when the user recieves the email it reads as > "[email protected] on behalf of [email protected]" > > What I would like to do is to remove the text coming before and > including "on behalf of". Is this something that can be managed by > using the Email Component. Do I need to ask the hosting company to > make some changes on server. Shall I consider using the SMTP Server. > > Waiting for the suggestions. > > Thanks in advance. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
