Netwatch Gmail Alarm

Trying to email alarm through Gmail with Netwatch and having terrible time. I have this in my Netwatch “Up” event. The email never goes. I need to use authentication so I can eventually send to my phone SMS email address.

/tool e-mail send to=“<my.gmail.address.not.9@gmail.com>” from=“<my.gmail.address.not.9@gmail.com>” user=“my.gmail.address.not.9” password=“MyGmailPass” subject=“UP” body=“GigE” tls=yes port=“587” server=“smtp.gmail.com

Can anyone tell me what I have wrong here?