Sendy - Send newsletters, 100x cheaper

Sendy - Send newsletters, 100x cheaper v6.1.2 Nulled

No permission to download

domba

Active member
Dec 28, 2020
64
170
33
i 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.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
 

domba

Active member
Dec 28, 2020
64
170
33
which 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
Also, I've just tried sending email via SMTP and I can confirm it is working without any problem. I used SES SMTP credentials
 

Attachments

  • Snimka zaslona 2022-11-27 164114.png
    Snimka zaslona 2022-11-27 164114.png
    30.2 KB · Views: 29
  • Snimka zaslona 2022-11-27 164143.png
    Snimka zaslona 2022-11-27 164143.png
    5.5 KB · Views: 28
  • Snimka zaslona 2022-11-27 164206.png
    Snimka zaslona 2022-11-27 164206.png
    25.3 KB · Views: 28
  • Like
Reactions: DECEPTICON

DECEPTICON

New member
Nov 21, 2022
4
0
1
@domba do you get "Failed reCAPTCHA test" error?

ezgif-5-ac675b2597.gif
 

DECEPTICON

New member
Nov 21, 2022
4
0
1
It is working for me :/

after I removed ."&remoteip=".$ipaddress code in subscribe.php, reCAPTCHA worked fine!
Hope this can help those who have the same problem as me :D

PHP:
//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.');
            }
        }
 
Last edited:

domba

Active member
Dec 28, 2020
64
170
33

domeonok

Active member
Oct 18, 2020
109
31
28
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.
Did you emails go in inbox with this speed?
Or did they land in spam?
 

domba

Active member
Dec 28, 2020
64
170
33
Did you emails go in inbox with this speed?
Or did they land in spam?
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
 

MrWolf

Member
Nov 26, 2022
92
42
18
Barcelona
Original and UNTOUCHED fresh Sendy 6.0.9 downloaded minutes ago. (2024-02-29)
 

Attachments

  • sendy-6.0.9-20240229-untouched.zip
    10.8 MB · Views: 1
  • Love
Reactions: MrSam_1

MrWolf

Member
Nov 26, 2022
92
42
18
Barcelona
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
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.

Are going to promotions tab beacuse it detects "unsubscribe" link. Could you check if after the name of sender there are a handy link to "unsubscribe" too¿
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu