Attaching images to gmail via integration?

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`

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:

I do hope there is a solution within this gmail email integration to support attached images.