Swift Mailer / SMTP Issue #814
-
Hello, I recently installed UVdesk, but I'm encountering an issue with Swift Mailer and SMTP on my setup. I've gone through the documentation and searched for similar discussions but haven't found a solution yet. Issue details: SMTP server: mail.nexarisds.org Error message: There aren't really any errors other than a warning when replying to a ticket, which shows a success message, but also says 1 Swift Mailer is not working. PHP version: 8.2.28 Configuration:
I've verified that my SMTP credentials are correct, but the issue persists. When resetting password, that works, sending an email manually also works, but doing so via the dashboard, etc, doesn't. Any help or advice here? 😁 Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
vendor/uvdesk/core-framework/Services/EmailService.php open EmailService.php Hope you will get Idea about your error while sending an email using uvdesk. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for your response! 😀 Following what you said, helped me get to the root problem, turns out it was a misconfiguration, password was not correctly formatted, etc. 😅 Thankfully, that part is fixed now, thank you so much for your help! 🙏 |
Beta Was this translation helpful? Give feedback.
@MrRamyg
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.