Solved i can not send mail - smtp issue
-
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 ? -
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: falseUseful link:
-
Thanks , it works