EMAIL ISSUES

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
andre
Posts: 1
Joined: Wed Apr 18, 2018 2:33 pm

EMAIL ISSUES

Post by andre »

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.
Klemen
Site Admin
Posts: 10143
Joined: Fri Feb 11, 2005 4:04 pm

Re: EMAIL ISSUES

Post by Klemen »

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?

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 Image

Image 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
Post Reply