Ben
Ben
Comments
-
If you use input type="hidden" the spam bot will detect that it's a honey pot. So don't use that. Use CSS to hide it. Spam bots can't check CSS scripts.
-
Hi,
The basic idea of creating a honeypot is to create one text input field that is hidden by CSS so the spambot will fill that up.
Eg.
<input type="text" name="anti…
-
Hi,
There is nothing you need to do.
Sendy will be compatible with the new SSL certificates for any Amazon SES endpoints from September 22, 2015.
Hi,
Sendy provides you with a subscribe form HTML code you can embed anywhere on your website.
- Go to 'View all lists' on the left sidebar
- Select your desired list
- Click 'Subscribe form' at the top right to g…
Hi,
You should keep everything intact on the old server including the cron jobs. There's no need to delete them. Once the DNS switches over, it'll start using the cron jobs from the NEW server and not the old server. Everything will work …
Hi,
[Name]
is an incorrect tag, it should be[Name,fallback=]
. Please follow exactly the tags shown …Hi,
If your list name has quotes, apostrophes or commas, please remove them then try exporting again?
Best regards,
BenHi Steve,
Thanks for this. If you could add this feature such that you don't need to touch much of the core code, that will be easier to maintain for future updates. If the mod is stable after some iterations I'd consider adding it to Sen…
Hi @BigEfromDaBx,
This is a third party integration/plugin with another SMTP provider, you'll need to get support from the original developer of this integration/plu…
Hi,
You're welcome!
When you call the 'subscribe' API, the email will be re-subscribed.
Thanks.
Best regards,
BenHi,
Go into your list, then click the 'Resubscribe' icon to re-subscribe the user.
Thanks.
Best regards,
BenHi,
Sendy has an API (https://sendy.co/api) you can use, so you can 'subscribe' a user to one list and 'unsubscribe' a user from its previous list.
UPDATE 2021
Hi,
(Quote)When emails are marked as bounced in Sendy, it is a 'Hard bounce' and that's all there is to it. Soft bounces are not marked as 'Bounced' in Sendy, it will be retried multiple times by Amazon until Amazon converts it to a '…
Hi,
Is your cron job for
autoresponders.php
running every 1 minute (and not anything more)?Best regards,
BenHi,
I found the issue. The error was:
Fatal error: error traversing database - perhaps it is corrupt? in /opt/bitnami/apps/joomla/htdocs/sendy/includes/helpers/geo/geoi…
Can you send me your Sendy installation URL, email and password so I can check?
If you previously made any modifications to Sendy's .htaccess file, please undo any modifications.
Then add the line
RewriteBase /mailworx
after the linein Unsubscribe & web version give a blank page Comment by Ben June 2015
Hi,
- Is this the first time this happened?
- Did you delete your campaign?
- Check your server's error_log to see what the related error is?
Thanks.
Best regards,
BenHi,
You can get the RSS feed of an archive of your newsletters and integrate it on your website:
Best regards,
BenHi,
Add the following HTML code where you want it to appear:
Please Click <a href="[unsubscribe]">Here</a>
Best regards,
Ben(Quote)That is very strange. I've never seen this before though. Can you ask your hosting support if they have any clues?
Best regards,
Ben(Quote)The tracking image? Yes:
Tracking image ?
http://btmsendy.com/t/IX4892pnvN1XrAkenTYaM8pA/YRMWzvEaZUXhfXPDwHf892nA…
I just sent a test campaign from your Sendy installation to myself and the links are working though.
Best regards,
BenHi,
I sent a test email to myself but I don't receive it though. Is something wrong with your SMTP provider?
Best regards,
BenCan you send me your Sendy URL, email and password so I can send a test campaign to myself.
Hi,
The link that you pasted here does not have anything to do with Sendy though ( in Odd 404 being found in all my emails Comment by Ben July 2015
How about
<unsubscribe style="color:#FF0000 !important;">Unsubscribe here</unsubscribe>
.Hi,
You'd need to change colors of texts with CSS.
Eg.
<unsubscribe style="color:#FF0000">Unsubscribe here</unsubscribe>
(this will change the color …Hi,
If you want to test if your bounces setup is working, use these Amazon Mailbox Simulator emails to test:
bounce@simulator.amazonses.com (for bounces)
complaint@simulator.amazonses.com (for complaints)Create a li…