View Single Post

Old 11-25-2007   #2 (permalink)
Sergey Hmelevsky
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 644
Sergey Hmelevsky will become famous soon enough
Default Re: Cant send mails?

Hello Rasmus,
make sure of PHP function mail() is enabled. Then try to edit file classes/xaFront.class.php, find there function registerAccount and replace next line
PHP Code:
$h2 '-f' $gConfig['site_email']; 
with next one
PHP Code:
$h2 false
I hope this will obviate a problem.
__________________
With private requests send a ticket on http://www.subrion.com/desk/
Sergey Hmelevsky is offline   Reply With Quote