Ben
Ben
test
Comments
-
I've PM'd you the file. Thanks.
-
Hi @will, nothing wrong with either.
PM me your AWS console login details so that I can check your SES and SNS setup to see what's wrong.
Thanks. -
Yes you're correct, in theory it should send 100K per hour.
Sendy is coded to send [your send rate here] per second. Everything else (CPU, memory) depends on your server.
What version are you currently using? I'd sugge… -
Hi Ergun, your installation sends 26 emails per hour?
-
Hi Jason I'm closing this thread now that we resolved this via PM and the latest update has resolved this issue. Thanks.
-
Hi, the WYSIWYG editor does strip off tags (html, head tags). That's why we put a warning beside the 'Turn on WYSIWYG editor' button:

Hey Eric, I've changed the queuing method because of this report.
Previously, each row is deleted after the email has been …If sending newsletters is important to you, I'd suggest using something like Amazon EC2. There is a free tier for 1 year. Or use a virtual dedicated server.Also, when sending stops, it means your server timed out. In other words your server stops running the sending script before it was completed.
Timeout varies from server to server. On a shared server it'd normally be shorter. That explai…Is cron set to run every 5 mins?
What is your cron job timing?
Is it */5?If cron is functioning, it will automatically resume sending. You don't need to manually click resume.
Are you saying the total recipients sent, decreases?Hi Jason, have you checked with Godaddy on your cron job?Hi @tartick! 404 error after install usually means you don't havemod_rewriteenabled or you need to edit your .…Anyways, the new update will prevent the same email from added to the queue more than once, even though I have not encountered an email being added more than once to the queue, much less millions of records.
This update uses a different m…Hey Thomás, did you send another campaign after this thread?Hi Steve,
Sendy will check if an email appear more than once in your selected lists when sending. If so, it will only send once to that email.
Hope this clarifies.
BenI've just pushed out a new version, 1.1.3, in view of this.
From the change log:
Changed queuing method. Each email record in the queue will be marked as sent when sent instead of deleting the email record. The entir…@igorsb @abenyukhis Thanks for outlining the steps to produce this issue. I'll look into this. Thanks once agai…Hi Thomás,
Sorry to hear that.
Thanks for the screenshots. I saw that your 'sends left' is in a negative number. These numbers are retrieved from your Amazon SES account via their API. Having said that, it is unlikely to reach …If you imported 5k previously and it was ok, then there's no issue with Sendy. A lot have to do with your server memory, upload and timeout restrictions.Hi Will, yes your server is timing out.
If your host allows, you can edit the .htaccess file to increase max timeout, increase max upload size etc.
See this post: http://ha…Good point. Noted!Hi @alinetskiy Glad that you nailed down the problem! I just checked and it turns out not to be a bug with Sendy, but an issue with PHP 5.3.18.
I just launched an Amaz…Thanks for clarifying. Strange because many of our users are running Sendy on EC2 with no problems. I've also setup a micro instance with Apache/Linux before to test and was able to send successfully.
Are you using Apache/Linux? Some use…Hi Aleksey, can you clarify what you mean by 'getting stuck'?
Also, how many emails are you sending to? What is your send rate and what tier are you on?
Thanks.There is one thing to note regarding how PayPal handles this. PayPal does not handle the 3rd decimal number.
For example:
0.001 will become 0.00 in PayPal payments page
0.01 will remain as 0.01.
But the …Sorry about that! The script was an ad hoc script written for a user to remove duplicates in his list but it doesn't take into account of which one is older or newer.Hi @will,
Did it send within 5 minutes or did it gave you the impression that it took 20 mins to send? I understand if you previously didn't know how cron sending works, yo…