Please add some test feature to test email delivery.
One thing the SMTP settings is not getting saved. each time i open its still showing unsaved. So i dont have any option to test email delivery and debug. I tried creating ticket but emails are not sending.
@sanjayrnath Please debug using below discussion thread. https://github.com/uvdesk/community-skeleton/discussions/814#discussioncomment-12825453
One thing the SMTP settings is not getting saved. each time i open its still showing unsaved. So i dont have any option to test email delivery and debug. I tried creating ticket but emails are not sending.
Do this,
vendor/uvdesk/core-framework/Services/EmailService.php open EmailService.php add dump($e->getMessage()); die; as shown in below screen shot.
Hope you will get Idea about your error while sending an email using uvdesk