Add instructions for how to set up smtp mailer #3

Open
opened 2023-01-22 10:40:31 +00:00 by aadil · 0 comments
Owner

So users can receive confirmation mails and log in.

At the moment, the only instructions are:

 # Wallabag options, see https://github.com/wallabag/docker
 SYMFONY__ENV__FOSUSER_REGISTRATION=true
 SYMFONY__ENV__MAILER_HOST=127.0.0.1
 SYMFONY__ENV__MAILER_USER=~
 SYMFONY__ENV__FROM_EMAIL=

There's no way to know if the default options work or not, or what the right options to set are.

So users can receive confirmation mails and log in. At the moment, the only instructions are: ``` # Wallabag options, see https://github.com/wallabag/docker SYMFONY__ENV__FOSUSER_REGISTRATION=true SYMFONY__ENV__MAILER_HOST=127.0.0.1 SYMFONY__ENV__MAILER_USER=~ SYMFONY__ENV__FROM_EMAIL= ``` There's no way to know if the default options work or not, or what the right options to set are.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/wallabag#3
No description provided.