Join the community today
Become a Member

Any Sendy.co Users ?

Discussion in 'Other Web Apps usage' started by eva2000, Feb 7, 2016.

  1. BamaStangGuy

    BamaStangGuy Active Member

    668
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    3:10 PM
  2. adamus007p

    adamus007p Member

    368
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    10:10 PM
    Could you write a tutorial how to install sendy on centmonmod?
     
  3. BamaStangGuy

    BamaStangGuy Active Member

    668
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    3:10 PM
  4. adamus007p

    adamus007p Member

    368
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    10:10 PM
    Hello @BamaStangGuy thank you for a tutorial. Very helpful.

    At the moment I have error

    Unlicensed domain
    You need to install Sendy on the domain you purchased it for.
    Maybe it is a problem that I have one copy installed in virtualmin but I want to migrate it to centminmode at EC2 Amazon AWS.

    I wrote to support about migration.

    2. What I can see is:

    Also check your compatibility checklist via http://your_sendy_installation_url/_compatibility.php?i=1

    mod_rewrite is not enabled
    How to enable it?
    Am I right that it is for Apache?

    3. In Troubleshooting & support



    How to check it and enable curl_exec ?

    4. I attach my nginx. May you have a look if everything is correct?
    My installation is in root folder so I have delete /sendy


    I will be grateful for help :)
     
    Last edited: Feb 28, 2020
  5. adamus007p

    adamus007p Member

    368
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    10:10 PM
  6. adamus007p

    adamus007p Member

    368
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    10:10 PM
    404 problem fix:

    Code (Text):
    #Sendy
    
        location / {
            try_files $uri $uri/ $uri.php?$args;
        }
    
    
        location /l/ {
            rewrite ^/l/([a-zA-Z0-9/]+)$ /l.php?i=$1 last;
        }
    
        location /t/ {
            rewrite ^/t/([a-zA-Z0-9/]+)$ /t.php?i=$1 last;
        }
    
        location /w/ {
            rewrite ^/w/([a-zA-Z0-9/]+)$ /w.php?i=$1 last;
        }
    
        location /unsubscribe/ {
            rewrite ^/unsubscribe/(.*)$ /unsubscribe.php?i=$1 last;
        }
    
        location /subscribe/ {
            rewrite ^/subscribe/(.*)$ /subscribe.php?i=$1 last;
        }
    
    
        location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|xml)$ {
            access_log off;
            log_not_found off;
            expires 30d;
        }
    
    #Endsendy
    


    source: Nginx configuration file example for Sendy (http://sendy.co/).
     
    Last edited: Feb 28, 2020
  7. adamus007p

    adamus007p Member

    368
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    10:10 PM
    Last thing how to correctly add a cron?

    use
    Code (Text):
    crontab -e


    and just add?
    Code (Text):
    */5 * * * * php /home/nginx/domains/sendy.mydomain.com/public/scheduled.php > /dev/null 2>&1


    anything else?
     
  8. adamus007p

    adamus007p Member

    368
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    10:10 PM
  9. MaximilianKohler

    MaximilianKohler Member

    200
    6
    18
    Jun 23, 2023
    Ratings:
    +33
    Local Time:
    1:10 PM
  10. Jon Snow

    Jon Snow Active Member

    835
    170
    43
    Jun 30, 2017
    Ratings:
    +256
    Local Time:
    5:10 PM
    Nginx 1.13.9
    MariaDB 10.1.31
    Is anyone still using Sendy in 2023?
     
  11. eva2000

    eva2000 Administrator Staff Member

    54,526
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    7:10 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Interesting. Haven't heard of Listmonk before. Will check it out.

    I stopped using Sendy as I suck at HTML designs that look anywhere near fit for use back then. Might try again now that AI and ChatGPT can help with the HTML stuff :D
     
  12. Jon Snow

    Jon Snow Active Member

    835
    170
    43
    Jun 30, 2017
    Ratings:
    +256
    Local Time:
    5:10 PM
    Nginx 1.13.9
    MariaDB 10.1.31
    I'd think people would have shared their templates already all over the net though.
     
  13. wmtech

    wmtech Active Member

    175
    44
    28
    Jul 22, 2017
    Ratings:
    +132
    Local Time:
    10:10 PM
    Sendy is by far the best and most affordable option to send bulk mails.

    Sure, there are no templates included, but it works and is well maintained.
     
  14. MaximilianKohler

    MaximilianKohler Member

    200
    6
    18
    Jun 23, 2023
    Ratings:
    +33
    Local Time:
    1:10 PM
    Why do you say that when I just linked to a writeup showing otherwise? It's objectively neither the best nor the most affordable.