Hi Ben,
It'd be super if parsing of [Name] tag is included in test mails. Took me ages to figure out that this was not a bug. Adding this in test mails will also confirm that the live send will parse correctly.
Thanks
Hi Ben,
It'd be super if parsing of [Name] tag is included in test mails. Took me ages to figure out that this was not a bug. Adding this in test mails will also confirm that the live send will parse correctly.
Thanks
Hi Ben,
My queue is stuck at 100% for over 2 hours now. I can confirm that there are 736 entries that all have sent=1 in the queue table (excluding the "Action=SendRawEmail&Destinations.member.1=X&Source=Y" mails). Can I safely delete the 736 entries in the queue table, or will I mess up the stats?
I am using V1.1.7.1
Thanks
Sometimes I had requests of unsubscribe from people is not able to click a link, so I had to search for their email in the database. I'll appreciate an option to search between all lists. ciao forum!
Sendy used to work properly but after the latest 1.1.7 update our install won't import a list. There is no error, the list uploads like it always used to upload. After the upload finishes it takes me back to a page with all lists and shows a progress circle but no matter how long I leave it there no users from the list are imported. I have tried with lists as small as 10 contacts and the results are the same. Keep in mind this worked prior to the upgrade to 1.1.7 for me.
Hi,
I have just started Sendy since last two days and really love it. I am using with Amazon SES and I currently have a limit of 10,000 mails per day. My question is can Sendy be somehow configured in such a way that once I exhaust my SES limit, it will continue sending the rest of the emails using SMTP (I plan to use Mandrill). Since you already have an SMTP option, I think it wont be a tough feature to implement if not already there.
Please advise...
Updating Subsribers via API /subscribe call resubscribes users. There should be an ability to indicates if user should be resubscribed.
When I would like to update whole database of subscribers I would like to leave unsubscribed users in this state.
I've seen this problem on here a few times but can't seem to get anything to work. When I try to login it just clears the form and refreshes the page. Hosting it on mediatemple, and I setup the mod rewrite in my htaccess file. Here are my settings:
/* Set the URL to your Sendy installation (without the trailing slash) */
define('APP_PATH', 'http://trustthebum.com/sendy');
/* MySQL database connection credentials */
$dbHost = '64.207.157.52'; //MySQL Hostname
$dbUser = 'username; //MySQL Username
$dbPass = 'pword'; //MySQL Password
$dbName = 'dbname'; //MySQL Database Name
Greetings, I'm trying to install Sendy, and think I've done everything right. Dreamhost, my webhost has confirmed that mod_rewrite is enabled, and the .htaccess files have been set accordingly. Yet sendy's compatibility check insists it isn't enabled. Any ideas? Thanks!
Hi Ben,
I've been messing a bit with PHP earlier, but I have no idea how the API thing works. So when I wanted a special feature, I hired a guy on Fiverr who had high ratings (I gave him 5 stars, too, back then), and who said that he knew API.
Only when I was updating Sendy the last time, I noticed that some of the Sendy files were changed, and there were no changes in the API folder.
I wanted to be able to add a new subscriber to one specific list, plus the one they subscribed to, and he made that possible (probably for all brands, which is NOT the intention, but that's beside the problem.
I can see that he's added code inside subscribe.php
Can I just take those code snippets and add them to the API folder somehow?
Or do you have other suggestions? It's a pain, because I can't update the subscribe.php file as it is now.
Hi Ben,
Hopefully, you can figure this one out.
I created a new list, and there are about 35 subscribers on it.
I created an autoresponder, and made one mail to go out 1 day after signup.
That one has sent ONE mail to ONE person. Nothing to the other 17 who signed up that day.
I created a second mail to go out 2 days after signup.
No mails has been sent here.
What did I miss?
Currently the unsubscribe link contains an unencrypted email address in the url. This url can be accessed by anyone to unsubscribe anyone else. Is there some (even basic) encryption that could be done on the email address when passed into the url to prevent this from being so obvious? Or maybe some use of the database to tag or salt user email addresses?
Hello! When I try to install Sendy in my ubuntu server, I just get a empty page with a Sendy header and no content nor error. The DB is up and runnning, and the compatibility check doe not show any error.
Here is my compatibility report: http://carteiro.planare.com.br/_compatibility.php?i=1
I did read a lot in the forums, but cannot fix it.. I would love any help, I don't know what to do next. Thanks in advance!
Hi, We have a requirement where we have to limit the users sending email based on count. For ex: if they are assigned with 1000 emails, then they shouldnt be allowed to send emails more than 1000. Please let us know, if you can add the same in the product. I believe, many customers may need such options.
Thanks, Senti
I have the Sendy 1.1.7.2. I am trying to send 1K emails but campaign always shows me that it is "preparing" to send.
I just set up the cron. I think it might be the clock... As I read in this post http://forum.sendy.co/discussion/33/email-is-not-sending-aws-api-troubles/p1 my system clock should be sync with Amazon AWS clock, but it is not currently synchronized.
I have some particular PHP pages running in this system. Does anyone know if changing the system time will affect the time in my PHP pages? If so, I cannot change the system time...
Is the name attribute in the form fields required? eg, name="email" I am integrating the subscribe form with a registration form on my site. My CMS seems to be replacing the name attribute with something like name="form[email]', while the id attribute is left untouched (id="email"). I'm trying to troubleshoot why the form entries are not being posted to sendy, could this be why?
How can I duplicate a list and all of its subscribers?
I am having an issue with jquery being displayed when trying to create a campaign. I am attachinga screenshot of the error for easy reference
What is the unsubscribe link and how to add to my emails?
I only get http://the_unsubscribe_link when using the unsubscribe tag.
When setting up the cron jobs, is it necessary to run them as root (so use sudo crontab -e instead of just crontab -e to set them up?).
I'm running a LAMP stack on Amazon EC2.
We use SES for sending system emails from our software application and I don't want to swamp that traffic with marketing email. Our current send rate is 14/sec. Can this sending rate be slowed? According to this answer: http://forum.sendy.co/discussion/1272/how-to-send-only-500-mails-per-hour/p1
It sounds like (in sendy v1.1.7.1) that doing the following would slow the sending rate to 8 per second: * Add (time_nanosleep(0, 125000000)); after line 472 in /includes/create/send-now.php * Add (time_nanosleep(0, 125000000)); after line 515 in scheduled.php
Does that sound right?
Could be a useful setting to include in a future version if so.