Page 1 of 1

PHP Mail not working in HESK

Posted: Mon Jul 30, 2007 4:38 pm
by mgarciarti
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..

Posted: Mon Aug 06, 2007 7:24 pm
by Klemen
Does http://www.phpjunkyard.com/extras/email_test.zip work? Open the php file and change sender and recipient address first before testing. Then just upload and open in browser.

PHP Mail

Posted: Sun Dec 02, 2007 3:59 am
by JacobRocks
If http://www.phpjunkyard.com/extras/email_test.zip Sends mail, Can I Use It On My Site A Contact Us Forum? Is The Answer Is Yes, I Would Be Happy To Punt A Link To PHP Junkyard On it.

Posted: Sun Dec 02, 2007 9:36 am
by Klemen
Well feel free to use it, it's nothing more than few lines of PHP code and you need some modifications to make this work as a contact form.

Question

Posted: Mon Dec 03, 2007 2:34 am
by JacobRocks
I am really bad with PHP can I get a little help setting it up.

Posted: Mon Dec 03, 2007 3:03 pm
by Klemen
Then why complicate and not use a pre-written script?
http://www.hotscripts.com/PHP/Scripts_a ... index.html