Re: Removing "On behalf of" from the Email From field Cakephp 1.3

2011-12-22 Thread Sam Sherlock
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"  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 = 'my_default_n...@sitename.com'
>
> However, when the user recieves the email it reads as
> "sta...@servername.com on behalf of my_default_n...@sitename.com"
>
> 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
> cake-php+unsubscr...@googlegroups.com 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Removing "On behalf of" from the Email From field Cakephp 1.3

2011-12-21 Thread hunny
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 = 'my_default_n...@sitename.com'

However, when the user recieves the email it reads as
"sta...@servername.com on behalf of my_default_n...@sitename.com"

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php