Ben
Ben
test
Comments
-
Hi @zulhfreelancer,
I'm assuming you're referring to 'Drip campaign' type of autoresponder.
It doesn't matter when you add autoresponder emails. Autores… -
That's not available yet but is on our list. Thanks!
-
Looking forward to seeing you onboard.
-
Hi @dhollings,
You can edit all custom fields in the subscriber card when clicking on a subscriber. Is that not so for you?
Thanks.
Ben -
Hi @zulhfreelancer,
This is not a bug. It's designed to be this way.
The logic is when a user has confirmed their subscription before, that means they… -
Hi Neil,
Create one empty column and put it before the email column.
Thanks.
Ben -
Hi @piermaria
PM me your installation URL, email and password as well as access to your FTP so I can check.
Thank you.
Ben -
@neil Great to hear! Thank you!
-
Hi @cloudcolombia, export the bounced emails and mass delete them (click "Delete subscribers" button at the top).Hi Yoshiki,
If you're on an Apache server / Linux OS with PHP and mySQL support. Everything should run out of the box. Make sure you have mod_rewrite enabled, this is essential for rewriting URLs. If it's not enabled, your host can easily…(Quote) Yes that's correct.@someguy You don't have to worry that the system will send more than 5 emails per second because through my past experience emails sent without multi-threading never reaches 5 email…Hi @sq1west I've written a simple script for you and sent you an email with the script attached.
Thanks.Hi @someguy,
Autoresponders won't use multi-threading to send emails. So emails will be sent one at a time. Usually the sending rate will be less than 5 emails per second…Hi @someguy,
Your use case looks to be quite unique. Also, I hope I understand your question correctly. Autoresponders won't use multi-threading to send emails. So emails…Hi @vincentpolisi
I just checked your HTML code and realized the CSS weren't inline. Email clients only works with inline CSS.
I converted your HTML code…Hi @shadow, the next version will restrict sub users from sending to a combination of lists with more recipients than the current SES quota.Either way, I've added the following 2 lines after line 60 in t.php.$ip_array = explode(',', $ip);This will appear …
if(array_key_exists(1, $ip_array)) $ip = trim($ip_array[0]);Hi @dhollings,
You will need to code your own subscription form and call the subscribe API in order to do something as custom as this.
Thanks.
BenHi @sq1west,
You can specify a custom URL to send the visitor to after they subscribe (or unsubscribe). Go to the settings page of any list and you'll be able to specify …Hi @funkle,
I'm sorry to hear that. Basically, it looks like your cron isn't setup so that sending will "auto resume" reliably when your server times out. I'm not sure how…Hi @funkle,
If you chose a combination of lists with a total of 5,000 recipients, Sendy will send to 5,000 recipients. Unless more subscribers were imported into the list(…Hi @Ergun, I previously tested sending with a send rate of 28 emails / second. Even though sending did not reach maximum speed, it was pretty fast. I'm going to test with 70 emails / …Try the latest version, 1.1.3.1 and see if this happens again. Thanks!Hi @dhollings, you can create a form and call the subscribe API to add more date to your custom fields. You can also use the 'ready to use' subscribe form HTML if you don't want t…Hi @cloudcolombia, I hope I get your question right - bounces are registered by Sendy and no future emails will be sent to them. That's if you've setup SNS subscriptions as de…Hi @Royal you only need to set one SNS subscription for bounces and complaints, exactly what the get started guide says.