Forum

We could not config...
 
Notifications
Clear all

We could not configure smtp for sending emails

2 Posts
2 Users
0 Reactions
3,213 Views
 TSI
(@tsi)
Posts: 2
Active Member
Topic starter
 
[#4347]

Hi,
We configured SMTP parameters like in Attachment.
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)
default format (rn)
sendmail path :
Mailer Type : Library PHPMailer (recommended)

Function PHPMail

But we have error when sending emails.
The error in the log file is : Extension missing: openssl
2017-05-12 09:31:11.946 ** ERROR ** [V6.2.4] Error sending mail
2017-05-12 09:31:11.948 ** ERROR ** [V6.2.4] SMTP Server : smtp.gmail.com
2017-05-12 09:31:11.951 ** ERROR ** [V6.2.4] SMTP Port : 25
2017-05-12 09:31:11.954 ** ERROR ** [V6.2.4] Mail stored in Database : #10
2017-05-12 09:31:11.956 ** ERROR ** [V6.2.4] PHPMail error : Extension missing: openssl
2017-05-12 09:31:11.959 ** ERROR ** [V6.2.4] PHPMail debug :

Is there any thing to do to solve this problem?

Thanks


 
Posted : 12 May 2017 13H59
(@babynus)
Posts: 14952
Member Admin
 

Message is clear : PHPMail error : Extension missing: openssl

Open SSL module is missing on your PHP server, and it is required to send emails over SSL (required for gmail smtp)


 
Posted : 13 May 2017 21H23
Share:

Scroll to Top