Send attachments with Google Mail integrations

Hello,

I have the following integration

The email is sent but the attachments are not.

The image path is correct because the same image is sent via push notification correctly.

Below is my setup

action: notify.homeassistant_xxx_gmail_com
metadata: {}
data:
  title: Allarme!
  message: In allegato lo snapshot ed il video
  target: [email protected]
  data:
    attachment:
      - /media/local/camera_baby_monitor_snapshot.jpg
      - /media/local/camera.baby_monitor_sub.mp4

Thank you

There’s nothing in the documentation that suggests this integration supports adding attachments, and indeed, there’s nothing in the code that would handle such a thing either.

Thanks for the confirmation.
Can you suggest me how to do it?
I used SMTP SMTP - Home Assistant
integration with Microsoft and it worked fine.
But now it fails because it doesn’t support basic authentication.
I think Microsoft or Google will not work with SMTP integration anymore