soulteary / docker-cronicle

Best Cron Docker Self-Hosted, Simple, lightweight, beautiful webui Cronjob / Scheduled task docker solution.
https://soulteary.com/2022/11/17/use-docker-and-traefik-to-build-a-lightweight-and-beautiful-scheduled-task-tool.html
MIT License
223 stars 29 forks source link

Email notification #23

Open ppastur opened 2 months ago

ppastur commented 2 months ago

Hi I have just installed cronicle and initial testing seems excellent. Thank you for your work. I am however not receiving emails even though I configured an email address for the user. I suspect I need to set up email settings such as SMTP server, port, user, password etc. Can you please help me work out how to do that? Thanks

HSUHAOBM commented 1 month ago

I have tested Gmail successfully.

  1. Access the container.
  2. Edit the configuration file at /opt/cronicle/conf/config.json.
  3. Restart the container.
ppastur commented 1 month ago

Yes I managed to do that as well but sadly, if the container gets deleted, the config will need to be redone and I can seem to bind the volume containing the config.json so I can back it up and re-attach with the new container.