Ben
Ben
Comments
-
Hi @runnet,
May I know why 4 cron jobs were setup when you only need to create 1 (as per the cron job instructions)?
Remove everything, then create 1 cron job …
-
Hi @Stickerlights,
Contact 1and1 support for guidance on how to setup a cron job on their server. Send them Sendy's cron job instructions if you need. This is w…
-
Hi @Stickerlights,
Here's the easiest way to do this: Send an email to your list and ask them to click 'unsubscribe' if they do not wish to be on your list. If …
-
(Quote)
If you check Sendy's code directly, you will find that Sendy does not modifiy your HTML code.
♥
gets converted to ♥ at the displaying end … -
(Quote)
Sendy will not touch, change or alter your HTML code.
Ben
-
Hi Janio,
(Quote)Using HTML entities like
♥
in your HTML will automatically display ♥ in the email client or browser (basically any HTML parsers).Hi David,
Thanks for sharing.
Ben
Hi Gee,
Unfortunately not, sorry about that.
Ben
Hi Antonio,
I have your Sendy login so I logged in to check. other than the campaign in question, I saw that there was another campaign sent 2 hours after. The SES quota you're seeing is a combination of all emails sent, not just the camp…
Thanks Daniel,
You're right, if 2 subscribers share the same 'Birthday', only one will receive it. You should use this code instead:
date_default_timezone_set($user_tim…
Hi Daniel,
Have you by any chance set your timezone in Settings?
Thanks.
Ben
Hi James,
There's no way to do that using Sendy's interface. When you import a CSV into Sendy, it looks for duplicate and if they're found, Sendy won't import it.
You will need to use the in Update/Add Subscriber Name After Import Comment by Ben May 2013
Hi @neoaid,
Autoresponders will not send to subscribers added through Sendy's user interface. It will only send to subscribers who signed up via the subscription form …
Hi Daniel,
The script should loop through all subscribers that needs an autoresponder to be sent to them, if it breaks at
$mail-Send();
, either something is wrong, or th…Hi Benjamin,
(Quote)The entire Sendy codebase has been reworked to support translations which require
gettext
. Even if you're using the English language,Hi @mercer1122,
Did you put
RewriteBase /sendy
in Sendy's .htaccess file (not your root folder…Hi Kerry,
Click into your Drip Campaign based autoresponder, 'Cs Regs Ongoing Living Social', to add more emails to the series.
If you want create another type of autoresponder, eg. Send annually or Send o…
Hi Daniel,
The email should be sent at 12am on the set date.
Ben
Hi Daniel,
Did you save the cronjobs in
sudo crontab -e
orcrontab -e
? You must save it inSendy uses
gettext
, the English strings may be cached on your server and may require a reboot. As you're on a shared host you'll be unable to reboot your server, try again later…Can you try restarting httpd?
Hi Gary,
If you're worried about these sort of attacks, the simplest solution is to build your own subscription form that's protected by some kind of captcha.
This applies to any forms on the Internet and is one of the reasons why…
Hi Britt,
I think you got it.
Ben
Hi Eric,
Use
$charset = 'utf16'
. Then re-enter and save your subject line.I've just tested and utf16 works for Slovak.
Ben
I'm really glad to hear. Congrats once again for your launch.
Ben
Hi @Fabiano,
I spent more time troubleshooting to see if this was a bug and realize that it is. There is a bug where sending without using a cron job fails as a resul…
Thanks for your suggestion Matt, I'll certainly consider this.
Ben
Thanks @scalar,
I used your language file in my installation and it's displaying this, it seems to be translated?
in Translation Comment by Ben May 2013
Hey Nathan,
(Quote)You can write a custom AJAX form script connecting through Sendy's API without modifying Sendy's core code so that you won't overwrite anything when you upgrade to a …