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