community-skeleton icon indicating copy to clipboard operation
community-skeleton copied to clipboard

Please add some test feature to test email delivery.

Open sanjayrnath opened this issue 8 months ago • 2 comments

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 avatar Apr 07 '25 16:04 sanjayrnath

@sanjayrnath Please debug using below discussion thread. https://github.com/uvdesk/community-skeleton/discussions/814#discussioncomment-12825453

papnoisanjeev avatar Apr 14 '25 10:04 papnoisanjeev

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.

Image

Hope you will get Idea about your error while sending an email using uvdesk

fatherofphysics avatar May 03 '25 03:05 fatherofphysics