Kroc / NoNonsenseForum

A free, open source, PHP-based simple discussion forum. It favours removing barriers to conversation rather than massaging egos. Download Here: https://github.com/Kroc/NoNonsenseForum/archive/master.zip
http://camendesign.com/nononsense_forum
Other
247 stars 34 forks source link

Email notifications #187

Open gfallasc opened 10 years ago

gfallasc commented 10 years ago

Is it possible to implement a simple email notification system for the admin? So, when someone posts something the admin will be notified... This feature may require email registration but could be really useful and helpful, thanks.

sbrl commented 8 years ago

In theory the admin could put their email address in a configuration file and then the server could use sendmail to send mail to the admin that way.