> On Mar 16, 2016, at 2:59 AM, Muhammad Faisal <[email protected]> wrote: > > Hello, > I'm trying to setup email based alerts on my ATS box the only option > documented is the target email address. Which SMTP and from email etc are > possible to configure? Also which type of alerts will be triggered via email. > The official docs have limited info on this.
If you are sending emails on alerts, the alert script is expected to know how to send the actual email, probably using a local MUA. For example, https://github.com/apache/trafficserver/blob/master/proxy/example_alarm_bin.sh J
