Solved UVDesk not sending emails with SMTP (ssl)
-
I have a fresh setup and all works OK apart from email delivery.
Let us know, which email service you are using. Also, your mailbox setup is working fine or not.
Share your screenshot of the error while you are sending emails like create ticket or reply on the tickets. -
I'm using Zoho mail service.
Mailbox setup is OK. I'm receiving emails/tickets:
$ php bin/console uvdesk:refresh-mailbox email@domain.com 1. Processing uvdesk mailbox configuration. 2. Opening imap stream... 3. IMAP stream opened. 4. Fetching Email collection since 08 March 2023. 5. Total fetched email -> 1 6. Starting to convert Emails into Tickets -> ============================================= ============================================= Converting email 1 out of 1. Mailbox refreshed successfully !!!
The issues is that I don't have any errors when I'm sending replies
As explained, I also created a sample php script (using SwiftMail) and it's sending emails with the same credentials.
I noticed that there is a configuration on the .env file:
###> symfony/swiftmailer-bundle ### # For Gmail as a transport, use: "gmail://username:password@localhost" # For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode=" # Delivery is disabled by default via "null://localhost" MAILER_URL=null://localhost ###< symfony/swiftmailer-bundle ###
Do I need to change this as well (althogh not mentioned in some of the HowTos)?
Kind regards,
A. -
I'm using Zoho mail service. Mailbox setup is OK. I'm receiving emails/tickets:
Alright, thanks for the update here.
We suggested to you once you make a try with creted new project with development release uvdesk v-1.2.0 using the below command:$ composer create-project uvdesk/community-skeleton:dev-master;
After setup you can try in this project. Let us know, if you are facing the same error.
-
Hi @Komal-Sharma,
I installed the mentioned version, after I complete the installation there the member login page is not getting loaded properlly:
I noticed that the forntend is trying to load the js & css resources from:
GET https://domain.com/uvdesk/public/bundles/uvdeskcoreframework/js/_dropdown.js net::ERR_ABORTED 404
GET https://domain.com/uvdesk/public/bundles/uvdeskcoreframework/css/_uikit.css net::ERR_ABORTED 404
This was not the case on the previous version!
BR,
A -
I installed the mentioned version, after I complete the installation there the member login page is not getting loaded properlly
Once make a try with run the below command in your project root directory:
$ php bin/console assets:install
After that you will clear cache of project follow the below command:
$ php bin/console c:c
Now check you are facing the same error or not.
-
Hi @Komal-Sharma ,
All good with this version! It seems swiftmailer is not used anymore!
Thanks a lot for your support!
Kind regards,
Agron -
peopleinside
-
@afe038 said in UVDesk not sending emails with SMTP (ssl):
All good with this version! It seems swiftmailer is not used anymore!
We are glad to know that your issue has been resolved now.
If would request you take a spare minute of yours and leave your valuable feedback with us if you liked our product & support.and leave your positive reviews here:
https://reviews.capterra.com/new/158346
https://www.trustpilot.com/review/uvdesk.comIt helps a lot to catch more customers like you and keeps us motivated and helps us to do better for this UVdesk opensource project.
Looking forward to seeking 5-star reviews from your side.
Awaiting your response.
-
@Komal-Sharma, done!
-
Hi Komal, i try install like your suggest. but i found error
.
when i try configure mailboxes
-
@Bayu-Nugroho said in UVDesk not sending emails with SMTP (ssl):
i try install like your suggest. but i found error
Let us know, you have installed the version-1.2.0 uvdesk. After that you have configured mailbox setup.
Also, let us know which email option you are configured. Can you please share a screenshots of the mailbox setup.