Forum

PHPMail error : Ext...
 
Notifications
Clear all

PHPMail error : Extension missing: openssl

2 Posts
2 Users
0 Reactions
5,833 Views
 TSI
(@tsi)
Posts: 2
Active Member
Topic starter
 
[#4348]

Hi,
I have this error in journal log
Is there a known solution to this issue?

2017-05-12 09:28:30.689 ** ERROR ** [V6.2.4] Error sending mail
2017-05-12 09:28:30.690 ** ERROR ** [V6.2.4] SMTP Server : smtp.live.com
2017-05-12 09:28:30.691 ** ERROR ** [V6.2.4] SMTP Port : 25
2017-05-12 09:28:30.692 ** ERROR ** [V6.2.4] Mail stored in Database : #9
2017-05-12 09:28:30.693 ** ERROR ** [V6.2.4] PHPMail error : Extension missing: openssl
2017-05-12 09:28:30.694 ** ERROR ** [V6.2.4] PHPMail debug :

My parameters are :
smtp server : smtp.gmail.com
smtp port : 25
smtp login name : naceur.ayachi@gmail.com
smtp login password : •••••••••••
end of line format for mail : default format (rn)
sendmail path :
Mailer Type : Library PHPMailer (recommended)


 
Posted : 12 May 2017 14H06
ANOLL
(@krowry)
Posts: 131
Active Member
 

openSSL is an extension of PHP .

If you use wamp , go in PHP --> extensions PHP ---> and check if php_openssl if activated. ( see screenshot )


 
Posted : 12 May 2017 15H18
Share:

Scroll to Top