mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Disable SMTP as there is no way to configure it, improve readme
This commit is contained in:
parent
a22a1116a4
commit
30b6e2e58e
2 changed files with 7 additions and 2 deletions
|
@ -6,7 +6,12 @@ OpenSondage for YunoHost
|
|||
OpenSondage is used to poll people invite for a meeting.
|
||||
|
||||
## Change done from original sources
|
||||
This package contains a custom version of Framadate (fork of OpenSondage and Studs), the sources are here: https://git.framasoft.org/framasoft/framadate/commit/2c49a9f0acdc6ee1164d3d533a35b273af30c263. You can see change in the history of the depot.
|
||||
This package contains a custom version of Framadate (fork of OpenSondage and Studs), the sources are here: https://git.framasoft.org/framasoft/framadate/.
|
||||
|
||||
## Broken things
|
||||
|
||||
1. There is no way to configure mail, either with smtp or with sendmail. See https://framagit.org/framasoft/framadate/merge_requests/184
|
||||
2. There is no way to use SSOWAT to identify current user. See https://framagit.org/framasoft/framadate/issues/177
|
||||
|
||||
## Screenshot
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ const TIME_EDIT_LINK_EMAIL = 60;
|
|||
// Config
|
||||
$config = [
|
||||
/* general config */
|
||||
'use_smtp' => true, // use email for polls creation/modification/responses notification
|
||||
'use_smtp' => false, // use email for polls creation/modification/responses notification
|
||||
/* home */
|
||||
'show_what_is_that' => false, // display "how to use" section
|
||||
'show_the_software' => false, // display technical information about the software
|
||||
|
|
Loading…
Add table
Reference in a new issue