Re: error for send email

2011-05-14 Thread hoss7
thank you -- 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.

Re: error for send email

2011-05-14 Thread Ryan Schmidt
On May 13, 2011, at 08:34, hoss7 wrote: > i want send email,but i have this error: > > Warning (2): getmypid() has been disabled for security reasons [CORE/ > cake/libs/string.php, line 89] > > > where is my problem Your problem is that in the version of PHP you're running, getmypid() has bee

Re: error for send email

2011-05-13 Thread hoss7
this error for cakephp or i must edit cakephp confing for use email functions? -- 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 unsubsc

error for send email

2011-05-13 Thread hoss7
i want send email,but i have this error: Warning (2): getmypid() has been disabled for security reasons [CORE/ cake/libs/string.php, line 89] where is my problem my controller: if (!empty($this->data)) { $this->Email->from= 'example '; $this->Email->to