From 5fd74c18d0b0e8b851dd136567edd17c6c4606b2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 10 May 2019 23:00:16 +0200 Subject: fix send mail --- conf/.env.production.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/.env.production.sample b/conf/.env.production.sample index d6bd0c6..c2324a8 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -69,7 +69,7 @@ SMTP_PORT=25 #SMTP_PASSWORD= SMTP_FROM_ADDRESS=__SMTP_FROM_ADDRESS__ #SMTP_DOMAIN= # defaults to LOCAL_DOMAIN -#SMTP_DELIVERY_METHOD=smtp # delivery method can also be sendmail +SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp SMTP_AUTH_METHOD=none #SMTP_CA_FILE=/etc/ssl/certs/ca-certificates.crt SMTP_OPENSSL_VERIFY_MODE=none -- cgit v1.2.3-70-g09d2 From e44cbef567ab9468b827faa9312ff4dc408766cf Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 12 May 2019 02:04:08 +0200 Subject: fix message --- conf/message | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/message (limited to 'conf') diff --git a/conf/message b/conf/message new file mode 100644 index 0000000..488d86d --- /dev/null +++ b/conf/message @@ -0,0 +1,5 @@ +Mastodon was successfully installed :) +Please open 'https://__DOMAIN____PATH_URL__' +The admin email is: __ADMIN_MAIL__ +The admin password is: __ADMIN_PASS__ +If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/mastodon_ynh \ No newline at end of file -- cgit v1.2.3-70-g09d2