Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to get email notification work
#5
hy

you must configure your SMTP server.

in php.ini
Code:
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25

; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = you@yourdomain

or add this line in inc.Settings.php file
PHP Code:
ini_set('sendmail_from''you@yourdomain');
ini_set('SMTP''localhost');
ini_set('smtp_port''25'); 

doudoux
Reply


Messages In This Thread
how to get email notification work - by hani133 - 02-24-2011, 12:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)