Closed zarevskaya closed 2 months ago
What Is your configuration?
My configuration :)
services:
snapp:
image: uraniadev/snapp:latest
ports:
- 9999:3000
environment:
SMTP_HOST: smtp.xxx.xx
SMTP_USER: zarev@belginux.com
SMTP_PASS: xxxxxxxxxx
SMTP_FROM: zarev@belginux.com
SMTP_PORT: 587
DATABASE_MYSQL_URL: 'mysql://root:test@mariadb:3306/snappdb'
TOKEN_SECRET: hf1qB8PhqJK60BMF8hpKbJq4zUj3uu9Jc+/fAw4X9IA= # openssl rand -base64 32
ORIGIN: https://snapp.mm2.be
DATABASE_PROVIDER: mysql
depends_on:
mariadb:
condition: service_healthy
networks:
- snapp
mariadb:
image: mariadb:latest
environment:
MYSQL_ROOT_PASSWORD: test
MYSQL_DATABASE: snappdb
volumes:
- ./db:/var/lib/mysql
networks:
- snapp
healthcheck:
test: ['CMD', 'healthcheck.sh', '--su-mysql', '--connect', '--innodb_initialized']
start_period: 1m
start_interval: 10s
interval: 1m
timeout: 5s
retries: 3
networks:
snapp:
external: false````
Thanks
sorry I meant the smtp configuration.
Anyway i'm trying to set the SSL boolean to a variable, and also trying to extract smtp configuration to a file to be replaced mounting docker for more deep configuration of nodemailer (this afternoon i'll try to upload a 0.8.6.2 :) )
btw, nodemailer states in their doc that 587 require secure to false, that i hardcoded to true, that's why it doesn't work.
i'll fix this
Thank you very much :) Post edited.
Thanks again.
i just finisheed building the 0.8.6.2 that will include SSL Checkbox in settings and external smtp.config.cjs for further configuration. let me know if that works for you :)
Hello,
Excellent responsiveness! THANKS. Yes, everything works perfectly!
Merci :)
Hello :)
I try to add my mail server but I get this error:
I'm using 587 port. I can't use 465. Any hint for me?
Thanks and have a nice day!