Ben
Ben
Comments
-
Hi,
You can either upload images to a folder on your server, or upload images via the WYSIWYG editor. In your HTML code, use a an
imgHTML tag and point to the absolute … -
Hi,
The only available Magento integrations can be found here (under 'Third party resources') - http://sendy.co/api
Thanks.
Best regards,
Ben -
You can find the 'unsubscribe tag' at the bottom of the page when you create or edit a campaign.
-
Hi,
Include the unsubscribe tag in your email and it will turn into an 'unsubscribe' link. There is no need to create an 'unsubscribe page' with Sendy.
Best regards,
Ben -
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…
-
(Quote)
I don't think it matters though.
-
Hi,
That means your cron job aren't working. Try using curl version of the cron job command instead:
curl -L -s http://sendy.hidillon.com > /dev/null 2>&1Hi,
You can print and save the report as PDF then send it to your client. The report's CSS is formatted for print.
Best regards,
Ben(Quote)Yes.
Best regards,
BenThen it's the cron job that's not working.
Alternatively, try changing your cron job command to:
curl -L -s http://your_sendy_installation_url/import-csv.php > /dev/…Try visiting http://your_sendy_installation_url/reset-cron.php to reset cron job statuses in your database. Then go to the 'Add subscribers' page. Refresh the page aft…
Hi,
(Quote)If you previously setup a cron job for CSV import, your cron job is not working. Please check if it's setup correctly by checking with your hosting support.
Best regards,
BenYou may want to edit
/includes/campaigns/bounces.phpand/includes/campaigns/complaints.phpscripts and add …Hi,
You can set a custom 'Unsubscribe confirmation page' to redirect the user to after they unsubscribe. This custom page can be a script that also marks the same email in your database as unsubscribe, or delete it if you see fit. You can…
Hi,
Your campaign stopped sending because you've deleted the cron job for scheduled.php.
To see the cron job setup instructions again, visit http://your_sendy_…
Hi,
Use the 'Forgot password' function in the login page to reset your password. If you don't receive the password reset email, please see http://sendy.co/troublesho…
Hi,
[unsubscribe]tag does not work in confirmation emails. It is redundant to have an unsubscribe link in confirmation emails because the user aren't 'confirmed' to be …I'm suggesting you to change your cron job command to use 'curl' instead of 'php' because your command line version of PHP is buggy and as a result causing your opens and clicks not to be tracked. Hence, please change your cron job command to:
Change the command field to:
curl -L -s http://office-newsletters.com/sendy/scheduled.php > /dev/null 2>&1
Try changing your cron job command to:
curl -L -s http://office-newsletters.com/sendy/scheduled.php > /dev/null 2>&1
Then retry sending your …
Did you turn on images in your email client when viewing your email? You must have images turned on in your email client in order for 'opens' to be tracked. This is the same for all email marketing platforms out there.
I created a test campaign with links inside, then sent the campaign to myself. 'Opens' and 'clicks' are registered successfully. See the report ? http://office-news…
Please send me the following details so I can take a look:
- Sendy installation URL, email and password
- FTP credentials
Hi,
Did you or your recipient receive the campaign you sent?
Best regards,
BenHi,
You can use the editor to create a hyperlink from selected text:
Best regards,
BenA 1x1pixel invisible image is embedded in every newsletter for 'opens' tracking and other data. This 1x1pixel invisible image will always be embedded in campaigns you send and irregardless of whether there are other images in the email.
If images are displayed and loaded, it will be tracked as 'opened'.
Hi,
Check that you've chmod your /uploads/ folder to 0777.
Best regards,
BenHi,
There's no way to do that. But you can export the unconfirmed emails and put them in a new list. Then send them an email with a link to a simple page saying they're subscribed. Ask them to click this link if they want to receive your …
Hi,
Maybe this Wordpress plugin is what you're looking for http://wordpress.org/plugins/sync-to-sendy/
There're many other Wordpress plugins, look under 'Thi…