Re: How to send email in cake php

2008-04-22 Thread Rocky

I am using php cake version 1.1.19.6305

On Apr 22, 2:55 pm, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote:
> Are you using the 1.2 branch?
>
> http://api.cakephp.org/1.2/class_email_component.htmlhttp://book.cakephp.org/view/176/email
>
> On Apr 22, 9:49 am, Rocky <[EMAIL PROTECTED]> wrote:
>
> > Would you plz tell me the coding of controlle,views etc. I had already
> > include phpmailer
>
> > Thanks
>
> > On Apr 22, 11:40 am, k10 <[EMAIL PROTECTED]> wrote:
>
> > > Tryhttp://sourceforge.net/phpmailer.Youcoulduse this with the
> > > vendor function incake.
>
> > > Hope it helps.
> > > -Ketan.http://www.innovatechnologies.inhttp://www.propertyjungle.in
>
> > > On Apr 22, 1:43 am, Rocky <[EMAIL PROTECTED]> wrote:
>
> > > > Plz let me know how tosendemailthroughcakephp
>
> > > > Thanks
> > > > Rocky

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to send email in cake php

2008-04-22 Thread Szilárd Orbán
Do you need simple or HTML email?
Do you use local email sending server or a remote one?
Do you intend sending to specific email addresses (mostly internal) or to
any host (including yahoo, hotmail that could cause headaches by emails
going to junk)

Szilard

On Tue, Apr 22, 2008 at 10:49 AM, Rocky <[EMAIL PROTECTED]> wrote:

>
> Would you plz tell me the coding of controlle,views etc. I had already
> include phpmailer
>
> Thanks
>
> On Apr 22, 11:40 am, k10 <[EMAIL PROTECTED]> wrote:
> > Tryhttp://sourceforge.net/phpmailer.You could use this with the
> > vendor function incake.
> >
> > Hope it helps.
> > -Ketan.http://www.innovatechnologies.inhttp://www.propertyjungle.in
> >
> > On Apr 22, 1:43 am, Rocky <[EMAIL PROTECTED]> wrote:
> >
> > > Plz let me know how tosendemailthroughcakephp
> >
> > > Thanks
> > > Rocky
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to send email in cake php

2008-04-22 Thread k10

I would recommend you to check out the cake bakery and the manual
first. bakery ==> bakery.cakephp.org.

Anyhow I searched on the bakery and found this
http://bakery.cakephp.org/articles/view/sending-email-with-phpmailer

Hope it helps.
-Ketan.
http://www.innovatechnologies.in
http://www.propertyjungle.in

On Apr 22, 12:49 pm, Rocky <[EMAIL PROTECTED]> wrote:
> Would you plz tell me the coding of controlle,views etc. I had already
> include phpmailer
>
> Thanks
>
> On Apr 22, 11:40 am, k10 <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Tryhttp://sourceforge.net/phpmailer.Youcould use this with the
> > vendor function incake.
>
> > Hope it helps.
> > -Ketan.http://www.innovatechnologies.inhttp://www.propertyjungle.in
>
> > On Apr 22, 1:43 am, Rocky <[EMAIL PROTECTED]> wrote:
>
> > > Plz let me know how tosendemailthroughcakephp
>
> > > Thanks
> > > Rocky

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to send email in cake php

2008-04-22 Thread dr. Hannibal Lecter

Please reply to the whole group, for future reference. You wrote:

> Well, I am using cake php version 1.1.19.6305

Did you read these articles on the bakery?

http://bakery.cakephp.org/tags/view/phpmailer

On Apr 22, 11:55 am, "dr. Hannibal Lecter" <[EMAIL PROTECTED]>
wrote:
> Are you using the 1.2 branch?
>
> http://api.cakephp.org/1.2/class_email_component.htmlhttp://book.cakephp.org/view/176/email
>
> On Apr 22, 9:49 am, Rocky <[EMAIL PROTECTED]> wrote:
>
> > Would you plz tell me the coding of controlle,views etc. I had already
> > include phpmailer
>
> > Thanks
>
> > On Apr 22, 11:40 am, k10 <[EMAIL PROTECTED]> wrote:
>
> > > Tryhttp://sourceforge.net/phpmailer.Youcoulduse this with the
> > > vendor function incake.
>
> > > Hope it helps.
> > > -Ketan.http://www.innovatechnologies.inhttp://www.propertyjungle.in
>
> > > On Apr 22, 1:43 am, Rocky <[EMAIL PROTECTED]> wrote:
>
> > > > Plz let me know how tosendemailthroughcakephp
>
> > > > Thanks
> > > > Rocky
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to send email in cake php

2008-04-22 Thread dr. Hannibal Lecter

Are you using the 1.2 branch?

http://api.cakephp.org/1.2/class_email_component.html
http://book.cakephp.org/view/176/email

On Apr 22, 9:49 am, Rocky <[EMAIL PROTECTED]> wrote:
> Would you plz tell me the coding of controlle,views etc. I had already
> include phpmailer
>
> Thanks
>
> On Apr 22, 11:40 am, k10 <[EMAIL PROTECTED]> wrote:
>
> > Tryhttp://sourceforge.net/phpmailer.Youcould use this with the
> > vendor function incake.
>
> > Hope it helps.
> > -Ketan.http://www.innovatechnologies.inhttp://www.propertyjungle.in
>
> > On Apr 22, 1:43 am, Rocky <[EMAIL PROTECTED]> wrote:
>
> > > Plz let me know how tosendemailthroughcakephp
>
> > > Thanks
> > > Rocky
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to send email in cake php

2008-04-22 Thread Rocky

Would you plz tell me the coding of controlle,views etc. I had already
include phpmailer

Thanks

On Apr 22, 11:40 am, k10 <[EMAIL PROTECTED]> wrote:
> Tryhttp://sourceforge.net/phpmailer.You could use this with the
> vendor function incake.
>
> Hope it helps.
> -Ketan.http://www.innovatechnologies.inhttp://www.propertyjungle.in
>
> On Apr 22, 1:43 am, Rocky <[EMAIL PROTECTED]> wrote:
>
> > Plz let me know how tosendemailthroughcakephp
>
> > Thanks
> > Rocky

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to send email in cake php

2008-04-21 Thread k10

Try http://sourceforge.net/phpmailer .You could use this with the
vendor function in cake.

Hope it helps.
-Ketan.
http://www.innovatechnologies.in
http://www.propertyjungle.in

On Apr 22, 1:43 am, Rocky <[EMAIL PROTECTED]> wrote:
> Plz let me know how to send email through cake php
>
> Thanks
> Rocky

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---