Usage:
Code: Select all
send-email-log filebot -script fn:sysinfo
Code: Select all
# Fetch script
curl -O https://raw.githubusercontent.com/filebot/plugins/master/bash/send-email-log.sh
# Make script executable
chmod +x send-email-log.sh
# Link script into the path
ln -s $PWD/send-email-log.sh /usr/bin/send-email-log
Code: Select all
SMTP_USER="<username>@gmail.com"
SMTP_PASS="<password>"
