No alert emails
Basic config, investigate.yml
:
logging.verbose: true sentinl: settings: email: active: true host: beast-cave ssl: false report: active: true tmp_path: /tmp/
Check your server using some email client, for example mailx
:
mailx -S smtp=<smtp-server-address> -r <from-address> -s <subject> -v <to-address> < body.txt