Hi everyone,
I'm trying to use hesk with PHP 7.1, database server MariaDB 10.2 and apache 2.4. Everything is working well so far, but the system does not send emails through PHP as in older versions.
Has anyone ever seen this kind of problem?
Can someone help me?
Thanks.
EMAIL ISSUES
Moderator: mkoch227
Re: EMAIL ISSUES
Do you get any error messages when you submit a ticket?
Your PHP mail probably isn't configured properly. Are any PHP scripts able to send emails? If you save this as test.php, modify the email to your email and open it in browser, do you get any email?
Your PHP mail probably isn't configured properly. Are any PHP scripts able to send emails? If you save this as test.php, modify the email to your email and open it in browser, do you get any email?
Code: Select all
<?php
mail('you@example.com', 'Test', 'Test message');
echo "Done";
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