Ben
Ben
Comments
-
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.php
to the new Sendy installation URL.Best regards,
Ben -
Hi,
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,
Ben -
Hi,
As per your compatibility checklist, your server does not have
gettext
extension 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
openssl
installed 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 …
Hi,
Sendy does not add these CSS into the WYSIWYG editor. One of your browser extension is likely inserting code into the editor when you were composing your email.
- Disable all extensions in your browser as one of your browse…
Hi,
(Quote)Use the ‘Search all lists’ function to search for an email address and find out when list(s) they exists in.
Click 'View all lists' on the left sidebar to view your lists, then use the ‘Search all lists’ function:…
Hi Erik,
I am very glad to hear Sendy is of great value to you, thank you for your support!
Best regards,
Ben…Hi,
Please see below change log starting from version 3.0:
Screenshot:
Any subscribers who are marked as spam or bounced will not be re-activated again when they attempt…
Hi,
(Quote)No it will not.
Best regards,
BenHi,
(Quote)Click the 'pencil icon' to edit brand settings:
Example screenshot:
Thanks.
Best regards,
BenHi,
(Quote)Do you mean the subscriber is ‘Unsubscribed’ or ‘Deleted’ from List 2? There’s a huge difference.
Subscribers will ‘never’ be ‘deleted’ from a list, unless you manually delete it from a list, or use the ‘Delete’ API…
Hi,
Visit
http://your_sendy_installation_url/reset-cron
to reset cron job statuses in your database, then you'll see the cron job setup instructions again.Thank…
Hi,
You can use the
[Name,fallback=]
personalisation tag.For example:
http://yourwebsite.com/?…
Hi,
If you update to the latest version of Sendy, you'll be able to disable lists and subscribers access:
Screenshot:
Uncheck the 'Client can access lists and subscribers'…Hi,
Yes it’s possible to do that if you use Amazon SES ‘SMTP’ credentials in the brand settings.
Thanks.
Best regards,
BenHi,
(Quote)Yes. You can
POST
to the 'subscribe' API multiple times using a 'loop' in your script.Best rega…