Login  Register

[digiKam-users] tip: external script for sending images/videos as e-mail attachments

Posted by Jozef Riha on Apr 29, 2021; 10:54pm
URL: http://digikam.185.s1.nabble.com/digiKam-users-tip-external-script-for-sending-images-videos-as-e-mail-attachments-tp4716228.html

Hi there,

just want to share a small (and rather dumb) script for sending images/videos from digiKam via e-mail. Main motivation for writing it was a workflow I could easily teach my parents after finally retiring Picasa (in Wine). Perhaps someone finds it useful too or improves it further.

Current requirements:
 - viagee/gnome-gmail (+ gmail account)
 - python-pillow (image manipulations)

Script is located at https://github.com/jose1711/send_media_via_mail

BR, jose