I have sendmail and TLS set up... now I need the mail() function to send mail using TLS. Currently in the php.ini file it calls sendmail by issuing the following command:
/usr/sbin/sendmail -t -i
Is there a option for it to us TLS?
Any help would be appreciated!!