PHP Mail not working in HESK
Posted: Mon Jul 30, 2007 4:38 pm
Script URL: HESK
Version of script:
Hosting company: self
URL of phpinfo.php: internal (http://ccshelp.callcenter.ns)
URL of session_test.php: internal (http://ccshelp.callcenter.ns/test.php)
What terms did you try when SEARCHING for a solution:
Email, PHP Email
Write your message below:
NOTE: This is on a windows 2003 platform using APache/PHP/MySQL
I have found the updates pointing to the smtp server for PHP, have since downloaded and applied. I have configured my PHP to run the necessary SMTP in the php.ini file.
Went through the tutorials: http://www.php-mysql-tutorial.com/insta ... -mysql.php
still the email is not being sent out by HESK. If I do a command line to send the email it sends fine. Also downloaded sendmail for windows (now called indigomail) it also sends fine. yet nothing via the system.
from PHP.ini:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = ccshelp@ccs.rti.org
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = c:\sendmail
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
again also tried the path to sendmail with the windows sendmail..
If anyone can assist I am pretty sure I am just forgeting one key thing..
Version of script:
Hosting company: self
URL of phpinfo.php: internal (http://ccshelp.callcenter.ns)
URL of session_test.php: internal (http://ccshelp.callcenter.ns/test.php)
What terms did you try when SEARCHING for a solution:
Email, PHP Email
Write your message below:
NOTE: This is on a windows 2003 platform using APache/PHP/MySQL
I have found the updates pointing to the smtp server for PHP, have since downloaded and applied. I have configured my PHP to run the necessary SMTP in the php.ini file.
Went through the tutorials: http://www.php-mysql-tutorial.com/insta ... -mysql.php
still the email is not being sent out by HESK. If I do a command line to send the email it sends fine. Also downloaded sendmail for windows (now called indigomail) it also sends fine. yet nothing via the system.
from PHP.ini:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = ccshelp@ccs.rti.org
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = c:\sendmail
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
again also tried the path to sendmail with the windows sendmail..
If anyone can assist I am pretty sure I am just forgeting one key thing..