Hesk email function not working
Posted: Mon Jun 22, 2015 5:28 pm
URL etc. for script not posted as system is internal and only accessible via VPN.
Using latest version of hesk on Zend Server running on IBM i.
Running this script:
<?php
$to = "xxx@yyy.com";
$subject = "Testing Basic PHP Mail";
$txt = "Hello from the Mail system - sent at " . date("h:i:sa");
mail($to,$subject,$txt,$headers);
?>
Works perfectly to a variety of email destinations.
Hesk email is configured just to use php mail function but no mail ever arrives. Which doesn't make sense.
I'm not an email expert and have reached the end of my knowledge on the topic. I have checked off all of the items on hesk's FAQ but no help.
Any suggestions?
Using latest version of hesk on Zend Server running on IBM i.
Running this script:
<?php
$to = "xxx@yyy.com";
$subject = "Testing Basic PHP Mail";
$txt = "Hello from the Mail system - sent at " . date("h:i:sa");
mail($to,$subject,$txt,$headers);
?>
Works perfectly to a variety of email destinations.
Hesk email is configured just to use php mail function but no mail ever arrives. Which doesn't make sense.
I'm not an email expert and have reached the end of my knowledge on the topic. I have checked off all of the items on hesk's FAQ but no help.
Any suggestions?