Wednesday, November 4, 2020

Netwatch Send Email Mikrotik

The Mikrotik script, that we can use to simplify our administering task. At Mikrotik, it is possible to automatic command execution using a script. Such as, send an email or SMS to the administrator for any critical situation, automatically enable or disable route for any unexpected situation, and many more.

In this tutorial, we will discuss about the script for sending an email that we can use in various situations.

The script for send email:-

tool e-mail send from="your_Email_Address" server=Your_imap_server user=your_user password=your_password subject="your_notification_message" to="recepient_address"

For example:-

tool e-mail send from="script@gmail.com" server=imap.gmail.com user=user_name password=your_password subject="link down" to="12345678"

No comments:

Post a Comment