Ben
Ben
test
Comments
-
@matt Do you know you can create custom fields and use it as input fields for your forms? Custom fields can be TEXT or DATE based.
-
-
Will do, thanks for the suggestion.
-
@DrCocktor 1 click = 6b (depending on id length), 1000 clicks = 6kb, I'm not sure how you derive at 6MB and 25MBs.
Initially clicks was intended to be recorded per row… -
Thanks for your suggestion, these are on our list.
-
@derivativemedia - are you on 1and1 shared server?
-
@carolinacoach - yes, that answers your question.
Thanks for bring… -
Don't worry, I'm not judging.

What is your APP_PATH in/includes/conf… -
@derivativemedia Glad you got it working. Please set to 5 mins otherwise scheduled emails may not work correctly.
-
@derivativemedia yeah that's odd, cron is 0 but modal window disappeared?
-
@derivativemedia If visiting the scheduled.php script directly removes the modal window, then cron is not set up correctly.
If cron was set up correctly, cron wil… -
@derivativemedia when you visit http://your_sendy_installation/scheduled.php do you still get the c…
-
Hi Sandeep - What is the domain you're installing on?
Thanks. -
If CRON is running properly, it would execute the script and change the 'cron' column in 'login' table to 1. Thus eliminating the CRON setup popup. If the script is not executed by CRON, you'll keep getting the CRON setup popup.
What is y… -
We'll append a timestamp query at the back of the newsletter preview URL in the next version so that the iframe loads a fresh copy every time.
-
In that case, there may be some delay before bounces shows up in your SES console. If they still don't show up in your SES console after a long period, please check with Amazon in Complaints SNS and EMail Working, Not Bounces Comment by Ben October 2012
-
Please check with your host if your CRON command is correct.
-
@abhisek
Is your CRON command:
php /path/to/your/sendy/installation/scheduled.php > /dev/null 2>&1
or
curl -L -s in Auto-resume when campaign sends timeout Comment by Ben October 2012 -
Do you mean bounces are not registered in Sendy's interface under reports or your SES console?
-
Here's how to setup SPF, Sender ID and DKIM:
http://docs.amazonwebservices.com/ses/latest/DeveloperGuide/SPFSenderIDDKIM.html -
Hey, is this for scheduled emails? You can set the timezone when you schedule an email.
-
@Jay use the subscribe API (or subscribe form), make sure the email matches the email address of the name you want to change.
-
This will come in 1.0.9.
-
I just tested and preview shows the latest changes every time, I can't reproduce it.
-
Preview always shows the latest text/code from the database. Was it cached by your browser? Force refresh?
-
You can set your list as 'double opt in' in list settings. So when a user subscribe to that list via the API, they will need to opt in via email verification.
-
You can currently change the name (or any other fields) using the subscribe form or API, just make sure the email matches the subscriber you want changed.
-
As long as Sendy is run on the domain you bought Sendy for, you can pretty much do anything you want, use different databases, different sub domains etc.
-
Will put this on our list. Thanks.