Hi, just migrated to v2024.8.0. Noticed a lot of extra integrations among SMTP, thought nowadays I could setup this integration directly in the UI so removed my YAML version and restarted (ok, a reload of “SMTP NOTIFY SERVICES” should also be sufficient). Because it appeared I cannot add SMTP through the UI, perhaps I mislead by “ADD” or i should better RTFM) I returned to the old situation:
# configuration.yaml entry for Google Mail.
notify:
- name: "notify_mail"
platform: smtp
server: "smtp.gmail.com"
port: 587
timeout: 15
sender: !secret gmail_nuc_account
encryption: starttls
username: !secret gmail_nuc_account
password: !secret gmail_nuc_pw
recipient:
- !secret gmail_nuc_recipient
sender_name: "HASS"
Without success, any ideas?