Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
now I install hesk successfully,when I submit a ticket ,customer and me can't receive any email about this.
I have read all related questions in this fourm. but I still can't solve this problem.
firstly, I bulid a PHP enviroment as below:
HESK2.0
PHP 5.2.5
Apache 2.2.8
MySQL 5.0.45
phpMyAdmin 2.11.4
ZendOptimizer 3.3.0
OpenSSL 0.9.8g
eAccelerator 0.9.5.2
the operation system is windows 2003 SE
secondly I copy the PHP.INI
(REMOVED)
the mail() function of PHP is ok ,
at the same time ,I install SMTP model in win2003 ,anonymous can send email from smtp service.
as my opinion,HESK will transfer the mail() to send email . but it doesn't work.
it's very strange, when I solve this problem ,I will introude this nice software to my boss.
thank you for your efforts in this software.
email problem ,
Moderator: mkoch227
Does this work, do you get the e-mail (chane e-mail to yours)?
If yes:
1. check inside your SPAM/Junk/Bulk folder
2. in submit_ticket.php remove (found twice, remove both).
Then try again.
Code: Select all
<?php
mail('you@yourdomain.com','Test','Test');
echo "Mail sent!";
?>
1. check inside your SPAM/Junk/Bulk folder
2. in submit_ticket.php remove
Code: Select all
,$headers
Then try again.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 9
- Joined: Mon Apr 13, 2009 6:36 am
Klemen wrote:Does this work, do you get the e-mail (chane e-mail to yours)?If yes:Code: Select all
<?php mail('you@yourdomain.com','Test','Test'); echo "Mail sent!"; ?>
1. check inside your SPAM/Junk/Bulk folder
2. in submit_ticket.php remove(found twice, remove both).Code: Select all
,$headers
Then try again.
thank you for your response
when I run the php,I get the result as below:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in D:\www\test.php on line 5
Mail sent!
HESK(submit_ticket.php) call the mai() function of PHP, then the PHP will connect with the email server through mail function.
our company has bulit a email server by myself. I point the SMTP to our email server.
I can use the command :
telnet X.x.x.x 25 to login the email successfully .
I think that it means the PHP can connect with email server through 25 port.
I am confused about the ananymous model for email server.
the PHP program don't have email account ,why it can send email to customer.
thank you very much.
I'm afraid I can't help getting mail server to work or explain how it works. Once your PHP mail() works fine Hesk mails should also.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools