Browse Source

Add info about mail sending in the README

mario forzanini 2 years ago
parent
commit
96e9a21503
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -20,6 +20,7 @@ The `POST` method is used to add a log to the database.
 * The second line of the input is the type (se below).
 * The third one is the date.
 * The fourth one is a list of comma separated tags.
+* The fifth one is "Yes" if the server should email the log contents after storing them in the database (the mail program should be preconfigured for this to work)
 * The remainder of the file (until EOF is met) is the content of the log.
 
 ### UPDATE