Hi pkoch52, welcome to the CakePHP user group. CakePHP is a framework written in PHP and not a special PHP flavor. This means this group is meant as a place for support for the framework and not the programming PHP itself which seems to be what you are looking for.
If you are interested in learning more about CakePHP, check out: cakephp.org <http://cakephp.org/> As far as your problem goes: If you are under windows you'll need to setup your own SMTP mail server to run locally that you can then access via POP3 to check it's accounts for email. My recommendation would be to use Hamster: http://www.arcorhome.de/newshamster/tgl/ -- Felix Geisendörfer aka the_undefined -------------------------- http://www.thinkingphp.org http://www.fg-webdesign.de pkoch52 wrote: > i am new to php and just joined your group. i try to run example from > php manual: > > <?php > $to = '[EMAIL PROTECTED]'; > $subject = 'the subject'; > $message = 'hello'; > $headers = 'From: [EMAIL PROTECTED]' . "\r\n" . > 'Reply-To: [EMAIL PROTECTED]' . "\r\n" . > 'X-Mailer: PHP/' . phpversion(); > > mail($to, $subject, $message, $headers); > ?> > > Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 > Unable to relay for [EMAIL PROTECTED] in F:\wamp\www\send_mail.php on > line 9 > > what is this mean and how to run the script? any help? > > thanks > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
