-
|
Hello, I want to share a Lychee album to relatives but want them to receive an alert when new images are uploaded (as they would with Google Photo when subscribing to an article). Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @mart-e I do not use the mailing features, so all I can do is give you some direction on how to set it up and the rest you will need to dig yourself. First of all you need to set up the proper environment variables. MAIL_DRIVER=smtp
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_NAME=
MAIL_FROM_ADDRESS=Then for them to receive such mails, you will need to create a user account in Lychee and add the target email to this account. Then whenever you run in CLI Untested. But it should be working. |
Beta Was this translation helpful? Give feedback.
@mart-e this feature has been broken for some time apparently, but should be fixed now: #4244