RespondInvalidSMTPConfig responds with invalid SMTP config error
(w http.ResponseWriter)
| 51 | |
| 52 | // RespondInvalidSMTPConfig responds with invalid SMTP config error |
| 53 | func RespondInvalidSMTPConfig(w http.ResponseWriter) { |
| 54 | http.Error(w, "SMTP is not configured", http.StatusInternalServerError) |
| 55 | } |
| 56 | |
| 57 | // UnsetSessionCookie unsets the session cookie |
| 58 | func UnsetSessionCookie(w http.ResponseWriter) { |