Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emails not working #11023

Open
StinkyTACO opened this issue Feb 18, 2025 · 1 comment
Open

Emails not working #11023

StinkyTACO opened this issue Feb 18, 2025 · 1 comment

Comments

@StinkyTACO
Copy link

ive been testing ocis since i really like the web ui and style, but i cant for the life of my get emails to work. ive been on the forums with zero luck aswell so this is my last ditch effort before giving up.

if anything is needed feel free to ask logs dont seem to say much either.

this is my compose config for testing:

services:
owncloud:
image: owncloud/ocis:7.0.1
container_name: ocis
restart: unless-stopped
ports:
- 9200:9200
volumes:
- /mnt/Lambo/applications/ocis-config:/etc/ocis
- /mnt/Chonky/ocis-data:/var/lib/ocis
environment:
OCIS_INSECURE: true
OCIS_LOG_LEVEL: info
OCIS_LOG_PRETTY: true
PROXY_TLS: false
PROXY_HTTP_ADDR: 0.0.0.0:9200
OCIS_URL: REDACTED
OCIS_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD: true
OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD: false
OCIS_ADD_RUN_SERVICES: notifications
NOTIFICATIONS_SMTP_INSECURE: false
NOTIFICATIONS_SMTP_HOST: smtp.REDACTED.com
NOTIFICATIONS_SMTP_PORT: 587
NOTIFICATIONS_SMTP_SENDER: REDACTED [email protected]
NOTIFICATIONS_SMTP_USERNAME: [email protected]
NOTIFICATIONS_SMTP_PASSWORD: REDACTED
NOTIFICATIONS_SMTP_AUTHENTICATION: auto
NOTIFICATIONS_SMTP_ENCRYPTION: starttls
NOTIFICATIONS_EMAIL_TEMPLATE_PATH: /etc/ocis
networks:
- ocis
networks:
ocis:
external: true

@StinkyTACO
Copy link
Author

anyone please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant