eau-claire-energy-cooperative / simple-inventory

Simple web-based system for keeping an up to date PC inventory
GNU General Public License v3.0
6 stars 2 forks source link

Pass emails through the server #11

Closed robweber closed 11 years ago

robweber commented 11 years ago

Individual clients don't need to route mail through the mail server. If they are off site they may not even be able to. Use a DB table and the web services to route mail that way instead.

robweber commented 11 years ago

As part of this the "users" endpoint is really no longer needed in the web api. The only reason this existed was to find admin email addresses. This can all be done server side and avoid exposing this information.