Ben
Ben
test
Comments
-
Hi Vincent,
Thanks for sending me the credentials. I've replied you via email, basically the schedule button is enabled even when I selected over the quota.
Thanks.
Ben
-
Looks like it only happens when the screen width is small, I'll find a way around it. Thanks!
-
Hi @dhollings,
Thanks for the credentials. I checked and realized you're using 'dashes' and 'question marks' in custom field names. JQuery threw an error when execu… -
Hi @vincentpolisi,
I just checked and I was able to schedule an email when 'sends left' is 0 after removing lines 60 and 61 of /js/create/main.php:
<… -
Hi @dhollings,
Please send me your:
1) Installation URL, email and password
2) FTP details
so I can see what's going on?
Thank… -
You're welcome!Hi @zulhfreelancer,
I'm assuming you're referring to 'Drip campaign' type of autoresponder.
It doesn't matter when you add autoresponder emails. Aut…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.
BenHi @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 …Hi Neil,
Create one empty column and put it before the email column.
Thanks.
BenHi @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 e…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 se…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 em…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 …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.
Hi @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 spec…