Is there a way to set zabbix to send emails without SMTP and just normally like a simple php script would?
like if i was to run
that would send a email on my linux without any hassle.
like if i was to run
HTML Code:
echo testing | mail -s Bla [email protected]
Comment