Apprise with a simple attachment shown in example dont work #1189
-
Hello! Thank you for creating this Awesome Package! While trying out this example -
Email gets delivered, however attachment is missing. Is there a working example for sendgrid or AWS SES that work with Attachments? Any help is appreciated. The Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Unfortunately the sendgrid:// integration does not support attachments. I will investigate if attachments are even supported; if i recall they weren't at the time this integration was made. However, sendgrid has an email interface you can use leveraging
As per SES, there is attachment support. It's not working for you? |
Beta Was this translation helpful? Give feedback.
Thanks again @caronc for the wonderful Library!
I figured out using the
notify
decorator.Here is a simple implementation if someone is looking for similar approach.