Usage:
Shell: Select all
send-email-log filebot -script fn:sysinfo
Shell: 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
Shell: Select all
SMTP_USER="<username>@gmail.com"
SMTP_PASS="<password>"
