Email Notification Error

Dear Team,

Right now i am getting below error

Docker-compose file

restart: always
image: openremote/manager:${MANAGER_VERSION:-latest}
depends_on:
keycloak:
condition: service_healthy
environment:
OR_SETUP_TYPE:
OR_ADMIN_PASSWORD:
OR_SETUP_RUN_ON_RESTART:
OR_EMAIL_HOST: smtp.gmail.com
OR_EMAIL_USER: koleyapurba007@gmail.com
OR_EMAIL_PASSWORD: ‘xxxxxxxxxxx’
#xlmu mzjd uooy vkvp
OR_EMAIL_PORT: ${OR_EMAIL_PORT:-587}
OR_EMAIL_TLS: ${OR_EMAIL_TLS:-true}
OR_EMAIL_X_HEADERS:
OR_EMAIL_FROM: koleyapurba007@gmail.com
OR_EMAIL_ADMIN: koleyapurba007@gmail.com
OR_HOSTNAME: 192.168.10.137
OR_ADDITIONAL_HOSTNAMES: ${OR_ADDITIONAL_HOSTNAMES:-}
OR_SSL_PORT: ${OR_SSL_PORT:–1}
OR_DEV_MODE: ${OR_DEV_MODE:-false}

Any help would be appreciated

Hello!

Just to confirm: Are you using an ‘app-password’ as described here?

hi,

yes , using app-password

Looks the same as this? Issue Sending Email Notifications with V1.5 - #2 by Clint

Dear,
thanks for the update …

@martin.peeters pls fixed this issue