From: Tim G. <tgr...@gm...> - 2008-08-27 17:15:12
|
On Wed, Aug 27, 2008 at 10:49 AM, Daniel Jordan <dan...@ri... > wrote: > But a other problem: > > > > I did not get any email from the system: > > > > actions.class.php > > wiser_platform/apps/frontend/modules/mail/actions/ > This sounds like a system/php configuration issue. For PHP it is a bit different depending on if you are on *nix or win32. You can see the configuration settings here: http://us.php.net/manual/en/mail.configuration.php If you are on win32 you will need a SMTP server you can relay through. For *nix you should have a local SMTP server with sendmail wrapper. Make a simple PHP script with a mail() test to see if it is working properly. http://us.php.net/manual/en/function.mail.php Tim. |