Ben
Ben
test
Comments
-
@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.
-
Thanks @nettiapina. Will put this on our list.
-
Hi @oar,
I just sent a test email with these characters ÖÇŞIĞÜ-öçşığü and here's what was displayed:in internationalization to Turkish Comment by Ben October 2012
-
Hi @smorr, I've tested this again, doing exactly what you did and can't see the issue on my side. Will continue to monitor this. Thanks.
-
Hey, this may be due to your server's upload limit and/or execution timeout. Split your CSVs into multiple CSVs and upload them.
-
When Amazon SES returns a bounced address, it'll be marked as 'bounced' in Sendy. Future emails will not be sent to them. We'll handle soft bounce soon as well, thanks for bringing this up.
in Hard vs. soft bounce Comment by Ben October 2012
-
@abhisek if your server times out every 2k emails sent, your server has a really short timeout. Which server are you on?
And are you using CURL or PHP to execute the sche… -
Looks like you've got it sorted. Thanks.
-
Hi Cody - I can't replicate this on my side. Can you please PM me your login URL, email and password so that I can check? Thanks.
-
That's weird because there's no known problems with regards to this. Is mod_rewrite enabled on your server?
-
How Sendy sends email especially in the latest 1.0.8 version is that even if a subscriber appears in multiple list, Sendy won't send them more than once for every campaign you send.
-
In short, where was the source of your HTML code?
-
Did you copied the HTML code from an existing campaign, pasted it into a new campaign, then deleted the campaign you copied the HTML code from?
-
Sendy or Amazon won't remove any content. Gmail most probably removed your JavaScript.
-
You haven't entered your AWS credentials in Settings.
-
You can send without production access provided the emails you're sending 'to' and 'from' are both verified at SES.
-
Hey @buono. Delete all files from the installation directory and delete all tables from your database. Then reinstall.
in Any way to reinstall? Comment by Ben October 2012
-
Hi,
The htaccess rules can be converted to nginx compatible format here http://winginx.com/htaccess
Sendy's source code is not obfuscated except for 2 files, the installa…