The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
smtp peer setting
hi guys
I use php 5.6 so by default it sets verification of SSL certificate as true I need to make it false I found a code to set it in phpmailer. Code:
PHPMailer::smtpConnect( [ "ssl" => [ "verify_peer" => true, "verify_peer_name" => false, "allow_self_signed" => true ] ] ); should I make change in class_mail.php file? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|