🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.
  • Recent
  • Dark Theme
  • Login

UVdesk

  • Dark Theme
  • Login
  • Search
  • Recent

Solved i can not send mail - smtp issue

Technical Help
2
3
752
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E
    ercanyuzuk last edited by 10 Aug 2020, 07:12

    hi,
    when i try to send mail via uvdesk, i get cert verify error .
    Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
    error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed

    İ am using zimbra mail server and it has own self-signed cert.
    how can i bypass cert, verification or another thing to do for fixing the issue ?

    1 Reply Last reply Reply Quote 0
    • Sanjeev
      Sanjeev developer UVdesk Staff last edited by 11 Aug 2020, 04:03

      @ercanyuzuk

      Open swiftmailer.php file under config->packages in your project.
      Disable SSL verification on server by using this option and make a try.

      stream_options:
           ssl:
                verify_pear: false
                verify_pear_name: false

      3acb4fe3-39c3-49ee-96cf-76df2750d97b-image.png

      Useful link:

      https://stackoverflow.com/questions/36454920/swiftmailer-php-how-to-disable-ssl-certificate-validation

      1 Reply Last reply Reply Quote 0
      • E
        ercanyuzuk last edited by 11 Aug 2020, 06:58

        Thanks , it works 👍

        1 Reply Last reply Reply Quote 1
        1 out of 3
        • First post
          1/3
          Last post