i have a problem in sending mail module in my site, beacause ssl is not enable.
so my question is it is possible to set openssl
with ini_set()
or .htaccess
.
or any other way for enable openssl?
NOTE
i know the way of enable openssl with php.ini file. but i have no access of php.ini
file.
the site is in share server.
If Apache support for openSSL is not there it's also possible openSSL isn't installed at all. Regardless, this is a configuration directive exclusively and cannot be changed via any of the methods you mentioned.