i have Used PHP 5.3 and i have tried to send mail using php mailer LIBRARY.. but i got Error
Warning: stream_socket_enable_crypto() [streams.crypto]: thi
try
$mail->smtpConnect = array( 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true ) ); $mail->SMTPSecure = false; $mail->SMTPAutoTLS = false;