Watchdog smtp.gmail.com

I have watchdog set up and it appears to be working except for the “auto send supout”

I’m guessing gmail doesn’t like me (even though I’m a google workspace (formerly google apps) subscriber).

/system watchdog
set auto-send-supout=yes ping-start-after-boot=10m \
    ping-timeout=10m send-email-from=joseph@xxxx.com \
    send-email-to=joseph@xxxx.com send-smtp-server=\
    smtp.gmail.com watch-address=1.1.1.1

The Tools | E-mail (love the dash!) set up works in scripts for sending email:

/tool e-mail
set from=joseph@xxxx.com port=587 server=\
    smtp.gmail.com tls=starttls user=joseph@xxxxx.com

Anyone have a suggestion?

Thanks!

Just read the manual section for the SMTP Server:

“send-smtp-server (string; Default: )
SMTP server address to send the support output file through. If not set, the value set in /tool e-mail is used.”

Will try it with empty field for “smtp-server”