Right now I am sending an email to myself. I need the email to also go to another address. Is there a way to set it up so that the notification email will go to two separate addresses?
Thanks.
Right now I am sending an email to myself. I need the email to also go to another address. Is there a way to set it up so that the notification email will go to two separate addresses?
Thanks.
You should be able to send as many as you want. You are using a script to send the current email, correct? Just add another send to that script.
Here is my script:
/tool e-mail send to= mikrotik@***.com subject=([/system identity get name] . " Printer Up")
It’s in the up portion of the netwatch. How would I add another address?
/tool e-mail send to= mikrotik@***.com subject=([/system identity get name] . " Printer Up")
/tool e-mail send to= anotheruser@***.com subject=([/system identity get name] . " Printer Up")
Wow that’s too easy. I’ll try it. Thanks.
/tool e-mail send to=first@email.com cc=second@email.com subject=test body=test
Mike how would that work with more than 2 emails?