Ben
Ben
Comments
-
Hi @scalar,
You can check the database directly via phpmyadmin or similar, under
bounce_softcolumn, i… -
Hi Yogesh,
Thanks for clarifying. Looks like sending timed out. Sending usually time out because of memory exhaustion. I checked your phpinfo and saw that your PHP is only allocated with 64MB of memory. Are you on a shared server?
Hi Yogesh,
But you mentioned the campaign generated 31 clicks, doesn't that mean your emails have been sent?
Ben
Hi @scalar,
There are only 2 reasons why emails bounced (and you won't be able to see it in Amazon SNS):
- Hard bounce (email does not exist)
- Soft boun…
Hi Yogesh,
There is a delay before Amazon updates your SES quota figures.
Thanks.
Ben
Hi Gustavo,
When you import a CSV, if Sendy detects that the contact already exist, it will not import or overwrite the existing contact.
As an alternative, you can write a script to import via the in How to import subscribers while overwriting contact details Comment by Ben April 2013
Thanks for the review!
Thanks, I've fixed the link.
Try a Linux box, or ask Scott if he did anything to make CSV import work on Windows?Hi Matthieu,
May I know how many emails you're sending to, and is your newsletter size relatively big (a lot of code)? Note that each email is converted to base64 before transferring to Amazon. Base64 converted code is 33% larger than the…
Hi @vdjacic,
You're running Sendy on Windows. Sendy is not tested or supported on Windows. But one user who works at Microsoft made Sendy work on Windows, in [Windows] Keep getting "Please upload a CSV file" message Comment by Ben April 2013
Sorry, it should be scheduled.php.
*/5 * * * * curl -L -s http://your_sendy_installation_url/scheduled.php > /dev/null 2>&1Hi @rentalia,
Yes curl command will work:
*/5 * * * * curl -L -s http://your_sendy_installation_url…Hi @rentalia,
Please check with your host if your cron job has been setup correctly. Or check with them why there is this error when running a cron job.
The
Or point your host to this article to see if you get any luck → http://www.mindgeek.net/amazon-ws/amazon-ses-request-ex…
Hi Dilip,
Having your server clock synced with NTP is an Amazon SES requirement.
(Quote)Syncing your server clock with NTP has nothing to do with setting server date/timezone.
If your host company refuses to sync it be…
Hi Ivan,
Complaints = marked as spam
Have you setup complaints SNS topics/subscriptions and apply them in Feedback Details in your verified email/domain? Please see Step 8 of Get Started Guide
Drag & drop template editors
Hi Matthieu,
Try including
<meta charset="utf-8">in the head of your email HTML code.<!DOCTYP…
Hi @rentalia,
Version 1.1.5 and above allows you to setup a cron job to perform CSV imports. Importing will be done on the server and in the background. Any timeouts due…
Hi @ccgeek,
Hm, Sendy's price did not go up though. It went up to $59 in November last year after the introductory price of $40. The affiliate program started in January 9…
Hi Alexandre,
Thanks for sharing.
Ben
Hi @cmer,
There are already unsubscribe tags you can use for both HTML and Plain Text versions.
<uns…Hi Samuel,
That's not possible yet, sorry about that. But it's a good suggestion.
Have you considered using the native
<unsubscribe>tag, then set a custom…Hi Eric,
The class (
/includes/helpers/class.amazonses.php) that's part of sending had only line 69 commented out in 1.1.5.5.Can you try uncommenting the line an…
Could be. My version of OpenSSL is →
OpenSSL 1.0.1e-fips 11 Feb 2013Hi angelim,
I see you're using Ubuntu. For
gettextto pick up your language on Ubuntu, you need to add proper locales to your system first → in Translation not being picked up on Ubuntu Comment by Ben April 2013Hey Tom,
(Quote)Yes of course, see http://forum.sendy.co/discussion/784/upgraded-to-1-1-5-2-says-bounces-not-set/p1
…
Hi Tom,
The best way to find out is by scaling up your instance until you find one that's best suited for your volume.
Thanks.
Ben
Thanks for sharing this, Carl.