check this maybe you have the same issue i have .. also i share some test tools to check your smtp , ssl and certi tried with every port may be its a issue of nulled version
i hope its helps
check this maybe you have the same issue i have .. also i share some test tools to check your smtp , ssl and certi tried with every port may be its a issue of nulled version
which version of sendy have you tried? Try with previous version 6.0.1.1i tried with every port may be its a issue of nulled version
Also, I've just tried sending email via SMTP and I can confirm it is working without any problem. I used SES SMTP credentialswhich version of sendy have you tried? Try with previous version 6.0.1.1
I nulled latest version 6.0.3 and changed code which is only for checking license and that stuff. It shouldn't have no effect on SMTP configuration
It is working for me :/
It is working for me :/
//If user subscribes using Sendy's subscription form or HTML code, store user's IP address and country code
if($subform)
{
//IP
$ipaddress = ipaddress();
$ip1 = ', ip';
$ip2 = ', "'.$ipaddress.'"';
if($recaptcha_secretkey!='')
{
//reCAPTCHA verification
$captcha=$_POST['g-recaptcha-response'];
$secretkey = $recaptcha_secretkey;
$response=file_get_contents_curl("https://www.google.com/recaptcha/api/siteverify?secret=".$secretkey."&response=".$captcha."&remoteip=".$ipaddress);
$responseKeys = json_decode($response,true);
if(intval($responseKeys["success"]) !== 1)
{
if($return_boolean=='true')
{
echo 'Failed reCAPTCHA test.';
exit;
}
else
$feedback = _('Failed reCAPTCHA test.');
}
}
You have the latest version here - https://babiato.tech/threads/sendy-send-newsletters-100x-cheaper.7782/post-1060878any update?
Where is the problem guys? 6.0.3 is nulledlatest version (v6.0.3}
Did you emails go in inbox with this speed?Sendy reads your SES sending limit and it won't send faster than allowed. Although, in my case sending speed was arround 7 emails per second even though my limit was 14 per second. I assume that's because I used weak VPS. However, I think that is the OK speed since I don't have very large lists.
Sending speed was a little slower but I assume that's because I was using just 1 cpu vps. They all landed on promotions tabs in gmail thoughDid you emails go in inbox with this speed?
Or did they land in spam?
about "They all landed on promotions tabs in gmail though" Is normal and not a big trouble. Most of professional uses of that kind of software will not send, in general, to gmail accounts.Sending speed was a little slower but I assume that's because I was using just 1 cpu vps. They all landed on promotions tabs in gmail though
Depends of the machine and less from softwaremay i ask if needed any php or db or other OS optimizations for sending faster ?
No changelogs found!