<br>I am running 3.0.4 on a solaris 10 host. I am trying to send critical and emergency events via smtp. I have the following syntax:<br><br>destination r_smtp     { program (&quot;/usr/local/sbin/syslog-ng-mailer.sh $HOST&quot; template(&quot;&lt;$PRI&gt;$DATE $HOST $MSG\n.\n&quot;); ); };<br>
<br>It doesn&#39;t like this syntax, however this is exactly what the documentation shows.<br><br>I have also tried the following thinking the documentation might be wrong:<br><br>destination r_smtp     { program (&quot;/usr/local/sbin/syslog-ng-mailer.sh $HOST&quot;); template(&quot;&lt;$PRI&gt;$DATE $HOST $MSG\n.\n&quot;); };<br>
destination r_smtp     { program (&quot;/usr/local/sbin/syslog-ng-mailer.sh&quot; template(&quot;&lt;$PRI&gt;$DATE $HOST $MSG\n.\n&quot;); ); };<br>destination r_smtp     { program (&quot;/usr/local/sbin/syslog-ng-mailer.sh&quot;); template(&quot;&lt;$PRI&gt;$DATE $HOST $MSG\n.\n&quot;); };<br>
<br>Has anyone done this or know how to send alerts via smtp?<br><br>Thanks,<br>CC<br>