Ben
Ben
Comments
-
Hi,
Subscribers’ ‘last activity’ update based on ‘opens’ and ‘clicks’ is only in effect since version 3.0.1 onwards (released 16 August 2017). It’s likely you didn't update to 3.0.1 in early September.
If you’re on the latest vers…
-
Hi,
The ‘To’ field will already include both the subscriber’s ‘Name’ in addition to ‘Email’ for emails sent via Sendy. For example
Peter <user@email.com>.…
-
Hi,
Subscribers’ ‘last activity’ update based on ‘opens’ and ‘clicks’ is only in effect since version 3.0.1 onwards (released 16 August 2017). It’s likely you didn't update to 3.0.1 in early September.
If you’re on the latest vers…
-
Hi,
Your server very likely has a firewall that’s blocking outgoing connections. If your server have a firewall, try disabling it to diagnose the issue.
Thanks.
Best regards,
Ben -
Hi,
Your trackable link is redirecting to ‘localhost’ is an issue with different PHP versions between your server and the 'command line’ version of PHP.
Change your cron job for scheduled.php to
Hi,
Try setting the master value of
session.save_pathin your server's php.ini to/var/lib/php/sessionHi,
If you have ‘Grammarly’ extension installed in your browser, it is inserting tons of code into the editor without you knowing when you're creating your campaign.
This undesired behavior by Grammarly not only causes Sendy to ma…
Hi,
Please ensure you've set the APP_PATH in
…/includes/config.phpto:Hi,
(Quote)You can use Zapier to achieve this → https://zapier.com/zapbook/sendy/
Screenshot:
Thanks.<…
Hi,
Set the ‘Unsubscribe settings’ in the list’s settings to ‘Only this list’, then you will be able to add an email to the list without Sendy verifying the subscription status of that email in other lists.
Unsubscribe settings:
Hi,
Sendy provides you with a subscribe form HTML code you can embed anywhere on your website.
- Go to 'View all lists' on the left sidebar
- Select your desired list
- Click 'Subscribe form' at the top right to g…
Hi,
Please ensure you’ve changed the APP_PATH in your Sendy’s
/includes/config.phpto the new Sendy installation URL.Best regards,
BenHi,
Think of ‘segments’ as ‘filtering’ your list. For example you have a list called ‘Customers’. In this list you have custom field data like ‘Country’, ‘Gender’ etc. So if you want to sift out ‘Female’s customers, then you can create a …
Hi,
(Quote)The link you pasted above is a ‘Trackable link’. Sendy converts all links in the email you send so that ‘clicks’ can be tracked. Right now the link is not working properly because of an issue with different PHP versions bet…
Hi,
You can use the segmentation feature to export subscribers who have not been active since a certain date, then export the CSV and use it to ‘mass unsubscribe' from the list.
Thanks.
Best regards,
BenHi,
As per your compatibility checklist, your server does not have
gettextextension installed on your server. Please installThe cron job for autoresponders is similar, please see below:
*/1 * * * * curl -L -s http://your_sendy_installation_url/autoresponders.php > /dev/null 2>&1
Than…
Hi,
Hope you have seen this thread → https://sendy.co/forum/discussion/10500/email-address-is-invalid-on-unsubscribe#Item_6
Hi,
(Quote)You would need to add 'Custom fields' to your list for anything you want to segment (like age, gender, etc).
When doing segmentation, you can segment by custom fields.
Thanks.
Best regards,
Ben…Hi,
Usage of list segmentation is very broad and subjective, it really depends on what kind of products you are selling. You can use it to segment people by country, age, gender etc, just to list some. For more, you can find articles on g…
Hi,
(Quote)Visit your list settings and change the 'Unsubscribe settings' to 'Only this list' (by default it's set to 'All lists' which is email marketing's best practice).
Screenshot:
Hi,
Sendy uses
curl_multi_*family of functions to send ‘non blocking’ bulk emails according to your Amazon SES send rate.For example if your Amazon SES send ra…
That's correct. I just checked your phpinfo and don't see
opensslinstalled on your server.Please install
…Hi,
There may be an issue with your server’s openssl library causing a problem decrypting the openssl encrypted email address.
Please see the following:
- It's either your server does not have openssl library installed<…
Hi,
If you meant you want to segment a list into ‘paid’ and ‘not paying’ segments, you can do so with lists segmentation in Sendy. You can segment by custom fields.
Thanks.
Best regards,
BenHi,
(Quote)Yes you can install the latest version no matter which version you are currently on.
Thanks.
Best regards,
BenHi,
(Quote)If you need to see the cron job setup instructions again, visit http://your_sendy_installation_url/reset-cron.php to reset cron job statuses in …