Solved The none encryption is not supported
-
Hello,
When creating Swiftmailer configuration and selecting Encryption Mode - None I'm getting an error.
Unfortunately I can't seem to find what's the issue and can't dismiss the error page which blocks completely uvdesk.What am I missing? Thank You in advance!
-
Hello @Ivan
Thanks for notifying this bug.Kindly Raise your ticket at support@uvdesk.com to get quick response
-
@Ivan was the issue resolved? I'm encountering the same issue
-
Hello @jesse
Do let us know which version of UVdesk are you using? as this issue has been fixed in the latest version.
Please download the latest version or you can check the release from here - https://github.com/uvdesk/community-skeleton/releases
Thanks & Regards
UVdesk Team -
Hi
I am encountering the same issue. I presume I have the latest version as I installed it yesterday. -
Hi
I am also having this issue on the latest version downloaded yesterday. -
Thanks for reporting this bug we will remove none option from there.
Actually you have selected "Encryption Mode - None" for swift-mailer.
And swift mailer does not support encryption none .so you just need to locate and open file swiftmailer.yaml under
config->packages in your project.Now change encryption to tls or ssl instead of none as per support by your email server and save your file.
Now run your project and error will be removed.