Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Support Email Attachments #12

Description

@NeonDaniel

Email attachments should be (optionally) supported for backends (like Neon) that can handle them. Default behavior will need to be defined if a backend doesn't support attachments.. Some possibilities:

  • Raise an exception
  • Log an exception and send the email with no attachments
  • Try appending attachment contents as text to the email body (warn/fail on binary files)

def send_email(self, title, body, sender):

In Neon:
https://github.com/NeonGeckoCom/neon-skill-utils/blob/dev/neon_utils/skills/neon_skill.py#L314-L329

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions