Grafana in docker, send mail fail

grafana version 8.3.3
grafana.ini content
#################################### SMTP / Emailing ##########################
[smtp]
enabled = true
host = ***
user = ***

If the password contains # or ; you have to wrap it with triple quotes. Ex “”“#password;”“”

password = ***
skip_verify = true
from_address = ***
from_name = Alerting
startTLS_policy = NoStartTLS
[emails]
templates_pattern = emails/.html, emails/.txt
content_types = text/html

grafana.log error
t=2024-02-29T06:32:50+0000 lvl=info msg=“level=error msg="Missing receiver"” logger=alerting.notifier.email
t=2024-02-29T06:32:50+0000 lvl=info msg=“level=error msg="Missing group labels"” logger=alerting.notifier.email
alert