Skip to content

[GSoC21 Application Task] Automatic notification mails using msmtp along with WUI

Aditya Pratap Singh requested to merge devmrfitz/freedombox:master into master

Implements an automated notification mail system (every notification can be automatically sent as a mail to admin) that can be setup using a WUI located at /plinth/apps/msmtp

Screenshot_from_2021-04-13_23-11-36

Screenshot_from_2021-04-13_23-11-25

MSMTP can also be used by other apps using: plinth.actions.run('msmtp-helper', ['send', '--to', receipent@example.com,'--body',body,'--subject', subject])

Edited by Flynn

Merge request reports

Loading