I have installed Gitea 1.25.0 to my Synology NAS from the package at the package center app.
I am trying to setup the mailer in order to activate my account, but I have tried every possible way of writing the settings and I still get this error:
Failed to send a testing email to “aaaa@gmail.com”: failed to issue MAIL command: 555 5.5.2 Syntax error, cannot decode response. For more information, go to 5.5.2 ht*ps://support.google.com/a/answer/3221692 and review RFC 5321 5.5.2 specifications. 5b1f17b1804b1-47be273f147sm104140005e9.7 - gsmtp
My current setup is this:
[mailer]
ENABLED = true
SMTP_ADDR = smtp.gmail,com
SMTP_PORT = 465
FROM = aaaa@gmail,com
USER = aaaa@gmail,com
PASSWD = abcde
PROTOCOL = smtps
(gmail,com is written like that because the forum doesn’t allow me to have links in my post)
Any idea what is going on?