diff options
author | Mario <mario@mariovavti.com> | 2020-05-02 17:27:40 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-02 17:27:40 +0200 |
commit | 1ac2b93fd8b297561dc9fe5132a7d21450b6885e (patch) | |
tree | c7692cd88f3b84037b2df5dff6b1c1cec258c2c9 | |
parent | 03c1419ad0f5ed62b00ee49b81927223daed4c50 (diff) | |
parent | 7b8c85cf3f4095f77cff0618c11a6e474e9d0fa5 (diff) | |
download | volse-hubzilla-1ac2b93fd8b297561dc9fe5132a7d21450b6885e.tar.gz volse-hubzilla-1ac2b93fd8b297561dc9fe5132a7d21450b6885e.tar.bz2 volse-hubzilla-1ac2b93fd8b297561dc9fe5132a7d21450b6885e.zip |
Merge branch 'iss1457' into 'dev'
stress the importance of PHP mail()
See merge request hubzilla/core!1852
-rw-r--r-- | .homeinstall/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.homeinstall/README.md b/.homeinstall/README.md index 1ed2e07d2..43c5d14b3 100644 --- a/.homeinstall/README.md +++ b/.homeinstall/README.md @@ -17,6 +17,7 @@ Software + Fresh installation of Debian 10 (Stretch) + Router with open ports 80 and 443 for your web server ++ Some form of email server or email gateway such that PHP mail() works. ## How to run the script @@ -45,7 +46,7 @@ In Admin settings of hubzilla or via terminal ## Optional - Switch verification of email on/off -Do this just befor you register the user. +Do this just befor you register the user and you have no working PHP mail(). In Admin settings of hubzilla or via terminal |