Ben
Ben
Comments
-
Hi,
(Quote)As per your compatibility checklist, your server does not have
gettext
extension installed on your server. Please installin Interface not loaded fully due to 'Call to a member function seekto() on null' error Comment by Ben January 2017
-
Hi,
(Quote)Thank you! I'm really glad to hear, this makes my day.
Best regards,
Ben -
Hi,
If you meant that you want to change the text for "You're subscribed!", "You're confirmed", etc, you can't change these texts. You'd have to set your custom redirect URLs for these confirmations. For example set a URL for 'Subscribe s…
-
Hi,
This is the error causing your issue:
PHP Fatal error: Uncaught Error: Call to undefined function simplexml_load_string() in /var/www/html/includes/helpers/ses.php<…
-
Hi,
Can you please check your server's ‘error_log' to find any possible errors related to this.
Thanks.
Best regards,
Ben -
Hi,
If you want to hide the URLs behind text links, use
href
HTML tags in your email's HTML. Eg:&l…
-
Hi,
The reason why you don't see the scheduling options is because you are logged in as a 'Brand user'. You must login as the 'Main account user' of Sendy.
The 'Main account' user's email and password is what you set when you firs…
-
Hi,
(Quote)It refers to a 'custom success page' a user might have specified.
Thanks.
Best regards,
Ben -
Hi,
(Quote)Any online forms can be filled in and submitted by anyone including robots. If you build your own subscription form using Sendy’s API (https://sendy.co/api) you can also al…
-
Hi,
Based on your compatibility checklist,
gettext
is not installed. Please installgettext
extensio… -
Hi,
(Quote)Amazon SES servers are currently available in 3 regions of the world:
- US East (N. Virginia)
- US West (Oregon)
- EU (Ireland)
Choose a region as near to the physical location of your …
-
Hi,
(Quote)For why some email addresses are not imported, please see → https://sendy.co/troubleshooting#some-records-from-csv-not-imported
Hi,
Your server’s ‘mod_security’ is probably causing this issue. Please see → https://sendy.co/troubleshooting#403-forbidden-error-…
Hi,
Change the unsubscribe settings of the “bi-weekly list” to 'Unsubscribe only from this list’ and you should be able to import all email addresses.
Thanks.
Best regards,
BenHi,
Sounds like there are missing files in your installation. Try re-uploading Sendy:
Download a copy of Sendy from http://sendy.co/get-updated with your license key…
Hi,
If you want the form to redirect to a custom URL, then don't use the AJAX subscription form you've downloaded from https://sendy.co/api. AJAX forms does not use redirects or page refre…
Hi,
List scrubbing tools (at least those I've ever came across) are all ‘hosted’ solutions, I’ve yet to find a ’self hosted’ one.
The following are a list of a few of them, I personally use in Self hosted apps for scrubbing lists and removing bounces? Comment by Ben December 2016
Hi,
Login to Sendy's MySQL database, then go to the
apps
table where all the brands are stored. Changeuser…
Hi,
(Quote)That means your 'IAM credentials' wasn't copied and pasted fully into your Sendy settings.
Please redo Step 5.2 and 5.3 of the Get Started Guide…
Hi,
If you want your subscription success page to be http://www.vaibhavdagaur.com/thank-you, then set your 'Subscribe success page' in your list settings as in How to setup thank you email Comment by Ben December 2016
Hi,
(Quote)What is the link to your "Thank you page"?
Best regards,
BenHi,
One of your browser extension may be inserting code into the editor when you were composing your email.
- Disable all extensions in your browser as one of your browser extension is inserting redundant code into the WYSIWYG …
Hi,
Sendy does not have any restrictions on CSV upload file sizes. To import large CSVs, please see → https://sendy.co/troubleshooting#trouble-importing-…
Hi,
Please ensure the
$charset
in in /includes/config.php is set as 'utf8mb4' in order for emojis to work:Screenshot:
Hi,
(Quote)That image is retrieved from Gravatar → https://gravatar.com. Gravatar is used universally across the web, if you don’t have an account, sign up for one, then upload your de…
Hi,
If you need each and every subscriber to be sent a unique coupon code, then you'd need the 'coupon code' stored in each subscriber.
Thanks.
Best regards,
BenHi,
You can create a ‘Custom field’ in your list and call it ‘CouponCode’.
Then you can save unique coupon codes to this custom field when you add subscribers to the list.
In your email content you can use the personalisat…
Hi,
One of your browser extension is likely adding code into the editor when you were composing your email hence you're getting this error.
- Disable all extensions in your browser as one of your browser extension is inserting …
Hi,
Your CLI version of PHP that executes the cron job must be of a different version. Try changing your cron job to the curl version:
curl -L -s http://your_sendy_inst…
I found the issue. Your login email address is
Barryg@**********
and notbarryg@**********
. Note the 'case' …