jruben4
(Jason)
March 16, 2024, 4:37pm
1
I switched from a manual SMTP notification method to the built-in gmail integration, but I don’t seem to be getting my attached images. Anyone getting this to work? The below yaml worked with my old email notification method.
service: notify.gmail
data:
title: ‘Burglar Alarm Images’
target:
- “[email protected] ”
message: “Skynet Burglar Alarm Activated.”
data:
images:
- /config/blueiris/interiorgarage.jpg`
wkongucd
(Wkongucd)
September 15, 2024, 7:17pm
2
I’m having this same issue as well. Had worked with SMTP but when I switched over to gmail integration, image attachment stopped working.
mr.sneezy from this post had this same issue but it seems like no-one has a solution for this:
Yep same port.
Here is a notify: yaml block from my backups from late last year that was working fine for a long time.
- name: gmail_email_wife
platform: smtp
sender: !secret smtp_sendername
recipient:
- !secret smtp_recipient1
# - !secret smtp_recipient2
- !secret smtp_recipient3
server: smtp.gmail.com
port: 587
timeout: 15
encryption: starttls
username: !secret gmail_username
password: !secret gmail_app_password
sender_name: H…
I do hope there is a solution within this gmail email integration to support attached images.