JhumanJ / OpnForm

Beautiful Open-Source Form Builder
https://opnform.com
GNU Affero General Public License v3.0
2.22k stars 297 forks source link

Notifications on self-hosted version #389

Closed JZafarr closed 5 months ago

JZafarr commented 6 months ago

Hi there,

How can i receive notifications on the self-hosted version. I have put in the SMTP details in the laravel.env and have subscribed to the "Email Notifications" integration but no notifications are received when the form is submitted.

Is this even possible on the self-hosted version?

Thanks

JZafarr commented 6 months ago

I even tried to put in a webhook URL but not receiving any notifications

JhumanJ commented 6 months ago

Is the queue properly running? Any logs to share? Does the forget password mail work?

JZafarr commented 6 months ago

I don't know how to check the queues, the container is up and running when running docker ps -a command. The logs are here when requesting a password reset, I receive no emails when requesting for a password reset.

Docker logs after requesting a password reset: https://gist.github.com/JZafarr/420eca7ba4d7b6d132d35ef333df743d

Looks like the email is getting generated but not getting sent to the email address for some reason. I have redacted the email address and the links.

I have tried 2 different SMTP settings, they appear to be working on another service. Here's how the settings look like in the laravel.env file: Screenshot 2024-04-30 200230

JZafarr commented 3 months ago

what happened to this request? why is it closed, whats the resolution?