Convenient tools and utilities for day-to-day research workflows.
Uses Amazon SES from aws to send email notification after the completion of jobs in a server. It is intended to be called towards the end of a job.
example use:
#!/bin/bash
sleep 5
python jobNotifier.py -j "Test"Note: Using the script requires configuration of your email adress in Amazon SES and your corresponding SMTP credentials.