Plugin is now live in the Plugin directory. WP Sendy Newsletter Generator
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
Hello the problem was with licence. It is fixed by contacting with the sendy support. Now at login page I have 404 Not Found What to do? Does my nginx temlate is correct? I copy all from How-To Install Sendy On Nginx With Amazon SES | My Helpful Guides
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 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?
HTML to Text Email Converter | Email Design Reference and mailchimp templates it would be useful. and to test emails: Newsletters spam test by mail-tester.com
I tried Sendy, but Listmonk seems to be the best (and free) option How to send bulk/mass email with Amazon SES. 10,000-100,000 one-time emails, or thousands per day. Set up your own web server for newsletters. Mailchimp alternative. I've been interested in Mailwizz but it doesn't sound like they've solved the inaccurate open rates issue that all of these self-hosted programs have. So I might as well stick with the free option.
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
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.
Why do you say that when I just linked to a writeup showing otherwise? It's objectively neither the best nor the most affordable.