Hi Emil Brolin,
Thanks for contacting Skedler.
Can you kindly check your machine hostname details as given below.
Follow the steps to check for hostname configuration,
1. Configure the hostname as below:
$> hostname
2. In Skedler configuration file $skedler_home/reporting.yml the host parameter is the host in which Skedler binds.
127.0.0.1 localhost
Note: if you are binding Skedler to localhost you can't access it from outside.
<ipaddress> <hostname>
3. Reboot the machine
NOTE: If you are using any proxy server add your hostname to a no_proxy list in the file /etc/environment add the following line,
no_proxy="<ipaddress>,<hostname>"
Emil Brolin
I'm trying to test-send a mail with a report. In e-mail config, the testmail is sent as it should, if I preview the report it works just fine, but I cannot send the report by mail (not manually or scheduled). I get no error messages in the log, so not much help there. Please advise. :)