kaustubhhiware / NotiFyre

Notify when a terminal task is done/ Terminal task notifier https://kaustubhhiware.github.io/NotiFyre/
MIT License
59 stars 13 forks source link

Send an email on task completion #19

Open mukul-mehta opened 4 years ago

mukul-mehta commented 4 years ago

If an email flag is set, send an email to notify task completion. Will be useful on headless sessions and tasks running on servers.

We could use Mailutils or cURL using SMTP to handle mailing.

kaustubhhiware commented 4 years ago

This is a good implementation for mailing which a friend had implemented: https://github.com/Vipul999ujawane/Gru_Noti-FIRE

Currently, I'm not actively developing this tool so this issue is up for grabs.