Dependency checkPlugin can not be enabled. Common Plugin version 3.12.0 or later installed Using Php 7

Hi Team,

I have to install Amazon SES Plugin through https://resources.phplist.com/plugin/amazonses#installation
but after installation, i am getting the below error. Can you please assist with this? Using PHP 7.4.4 Version on my server.

The dependency check plugin can not be enabled.
Failure on system requirement Common Plugin version 3.12.0 or later installed

@sachingpt You need to enable Common Plugin first.

Thanks, it is enabled now. I enabled and updated aws ses settings but when I am sending a test mail to test email id of Gmail user. but it is failed. not getting where I am doing wrong. I created aws ses account, approve mail and domain , dkim, etc.

What does the phpList log show after you send… “system”, “log of events”.
If it has a problem connecting or sending via ses, then the issue would show up there.

I am getting this error. I have tried to connect from the server through telnet, it is working but not sending from phplist.

MailSender http code: 0, result: , curl error: Failed connect to email-smtp.us-east-1.amazonaws.com:443; Operation now in progress

@sachingpt The plugin is to use the SES API interface but you have entered an SMTP server address. Please see the plugin documentation if you do want to the the API.

If you want to use the SMTP interface then you do not need the plugin but just add the SMTP details to the config.php file.

(1) MailSender http code: 0, result: , curl error: Failed connect to email-smtp.us-east-1.amazonaws.com:443; Operation now in progress

(2) When I am using the multi curl option then it is showing success but email I am not getting on my mail id. the log is Multi-curl successes: 0, failures: 1

(3) I have tested through telnet command the output is below.
[root@panel config]# telnet email-smtp.us-east-1.amazonaws.com 587
Trying 3.215.168.234…
Connected to email-smtp.us-east-1.amazonaws.com.
Escape character is ‘^]’.
220 email-smtp.amazonaws.com ESMTP SimpleEmailService-d-9CO5XZC29 htvlUM7WRtkDWAe1TwGl
451 4.4.2 Timeout waiting for data from client.
Connection closed by foreign host.
[root@panel config]# telnet email-smtp.us-east-1.amazonaws.com 25
Trying 18.210.60.23…
Connected to email-smtp.us-east-1.amazonaws.com.
Escape character is ‘^]’.
220 email-smtp.amazonaws.com ESMTP SimpleEmailService-d-9CO5XZC29 HIodnxiaHTc2noUsJ6E0
451 4.4.2 Timeout waiting for data from client.
Connection closed by foreign host.
[root@panel config]# telnet email-smtp.us-east-1.amazonaws.com 465
Trying 100.24.182.202…
Connected to email-smtp.us-east-1.amazonaws.com.
Escape character is ‘^]’.
Connection closed by foreign host.

Can any one suggest me ?