Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't send mail notification through gmail #1175

Open
3 tasks done
SR-G opened this issue May 19, 2024 · 0 comments
Open
3 tasks done

Can't send mail notification through gmail #1175

SR-G opened this issue May 19, 2024 · 0 comments

Comments

@SR-G
Copy link

SR-G commented May 19, 2024

Support guidelines

I've found a bug and checked that ...

  • ... the documentation does not mention anything about my problem
  • ... there are no open or closed issues that are related to my problem

Description

Hey.
Trying to activate the gmail notification, and nothing is working, despite many tries (port 587 versus 25, ssl true/false, insecureSkipVerify true/false, ...).
Is there a working configuration somewher ?? (the one found in another (closed) bug with port "25" is NOT working).

Right now my configuration is :

notif:
  mail:
    host: smtp.gmail.com
    port: 587
    ssl: true
    username: [email protected]
    password: XXXXXXXXXXXXXXXXXXX
    insecureSkipVerify: false
    from: [email protected]
    to:
      - [email protected]

which should be working (i'm using the exact same values with many other services, for example a working correspindg .msmtprc file is :

account        gmail
auth           plain
host           smtp.gmail.com
port           587
from           [email protected]
user           [email protected]
password       XXXXXXXXXXXXXXXX
tls_nocertcheck

Expected behaviour

No errors when GMAIL notifications are sent

Actual behaviour

DIUN is not able to send GMAIL notifications

Steps to reproduce

Configure diun with GMAIL settings

Diun version

4.28.0

Docker info

This is not "docker related"

Docker Compose config

No response

Logs

Errors are like (depending of what is true/false) :

Sun, 19 May 2024 12:58:22 CEST ERR Mail notification failed error="dial tcp 66.102.1.108:25: i/o timeout" image=ghcr.io/funkeyflo/ps5-mqtt/amd64:1.2.1

Sun, 19 May 2024 12:55:39 CEST ERR Mail notification failed error="gomail: could not send email 1: 421 4.3.0 Temporary System Problem. Try again later (10). For more information,\n4.3.0 go to\n4.3.0  https://support.google.com/a/answer/3221692 ffacd0b85a97d-3502b8a76e6sm26424236f8f.62 - gsmtp" image=ghcr.io/funkeyflo/ps5-mqtt/amd64:1.3.1

Sun, 19 May 2024 12:52:18 CEST ERR Mail notification failed error="tls: first record does not look like a TLS handshake" image=ghcr.io/home-assistant/home-assistant:2024.5.4

etc.

Additional info

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant