Our software is running a maintenance task on a server. After or during the task, an important alert/feedback need to be sent to the user. The issue often need to be resolved before the next day.
The user rarely logs into the server because he just assumes it's working correctly.
The current solution is to send the user an email containing the alert/feedback. The problem is we have to supply a SMTP to the software so he can send the email.
I'm pretty sure I'm overlooking a more simple / elegant solution to this. Or should I force him to sit down in front of the server every once in a while ? Or should I use a totally different approach ?