Re: email sending

2010-05-09 Thread Renato de Freitas Freire
Im using phpMailer to send emails with cakephp... It works really great for me... Why dont you try? -- Renato de Freitas Freire ren...@morfer.org On Sat, May 8, 2010 at 10:13 AM, John Andersen j.andersen...@gmail.comwrote: Or use your Gmail as your mail account in a smtp setup. See

Re: email sending

2010-05-09 Thread Ma'moon
@Renato because the email component from CakePHP is a core component and it fits much better with the framework, plus, whats exactly does phpMailer gives you while Cake's email component doesn't? On Sun, May 9, 2010 at 5:16 PM, Renato de Freitas Freire renat...@gmail.com wrote: Im using

Re: email sending

2010-05-09 Thread Renato de Freitas Freire
i never could get smtp auth with core email component... and with phpmailer i did it like a piece of cake... -- Renato de Freitas Freire ren...@morfer.org On Sun, May 9, 2010 at 1:54 PM, Ma'moon phpir...@gmail.com wrote: @Renato because the email component from CakePHP is a core component

Re: email sending

2010-05-09 Thread Narendra Padala
Hi..! , i am new to cakephp , i found this link for sending emails , i hope you it will helpful for you http://edwardawebb.com/web-development/cakephp/simple-email-component-cakephp On Mon, May 10, 2010 at 4:42 AM, Renato de Freitas Freire renat...@gmail.com wrote: i never could get smtp

email sending

2010-05-08 Thread MANOJ DHAMAL
I have to send email to user when he/she completes registration. i have used component in controller like var $components = array('Email'); i am using function call for sending mail like $this-sendNewUserMail(); And funcion is as, function sendNewUserMail(){ $this-Email-to =

Re: email sending

2010-05-08 Thread Ma'moon
Do you have any MTA installed in your server? On Sat, May 8, 2010 at 8:36 AM, MANOJ DHAMAL manoj.dham...@gmail.comwrote: I have to send email to user when he/she completes registration. i have used component in controller like var $components = array('Email'); i am using function call

Re: email sending

2010-05-08 Thread MANOJ DHAMAL
no i not installed any MTA. Is it neccessary? On May 8, 5:45 pm, Ma'moon phpir...@gmail.com wrote: Do you have any MTA installed in your server? On Sat, May 8, 2010 at 8:36 AM, MANOJ DHAMAL manoj.dham...@gmail.comwrote: I have to send email to user when he/she completes registration. i

Re: email sending

2010-05-08 Thread Ma'moon
Yes, you need to install an MTA in order to send emails from your server On Sat, May 8, 2010 at 8:54 AM, MANOJ DHAMAL manoj.dham...@gmail.comwrote: no i not installed any MTA. Is it neccessary? On May 8, 5:45 pm, Ma'moon phpir...@gmail.com wrote: Do you have any MTA installed in your

Re: email sending

2010-05-08 Thread John Andersen
Or use your Gmail as your mail account in a smtp setup. See http://book.cakephp.org/view/176/Email for understanding of the Email component. Enjoy, John On May 8, 4:10 pm, Ma'moon phpir...@gmail.com wrote: Yes, you need to install an MTA in order to send emails from your server [snip] Check

Weird email-sending problem: sometimes emails are not send with same recipient!?

2009-07-15 Thread DigitalDude
Hey, I'm having an issue that is really weird and I don't know how to solve it myself, so I hope someone here has an explanation for this and can help me out... Situation: In my controller I send 3 seperate Emails, to different recipients and with different reply-adresses, and on my dev-server

Re: Weird email-sending problem: sometimes emails are not send with same recipient!?

2009-07-15 Thread DigitalDude
There are two mistakes in my code, there should be this-Client-saveField('shop_mail', 1); after sending the 2nd email, and this-Client-saveField('client_mail', 1); after sending the 3rd email! --~--~-~--~~~---~--~~ You received this message because you are