The scheduling should work just fine, are you shure that the scheduled jobs are called correctly? Look in the /config/umbraco.config. It should have a scheduledtasks-section, can you find newsletter studio there?
Requarding the other question. There is no way to see that in the UI at the moment, but the data is in the database so if you really want do know, you could extend the studio with your own controls. In the long term plans this may be something that we will add, but at the moment we're working on abstracting away the send out structure so one can hook into external apis, like mailchimp and campaign monitor.
I use a web address with a port (http://yourdomain:1234) but in the /config/umbraco.config there was just the web address without the port. I added the port and now it works.
Can't schedule a newsletter
I'm testing Newsletter Studio as our possible future solution. It looks nice, but I have a bug when I want to schedule a mail out.
When I send the newsletter now, it works fine but the newsletter is never send when I schedule it.
I also wanted to know if it is possible to know who clicks on the links in the e-mail.
Thank you.
P.S : I tried it on umbraco 4.7.1 and 4.7.2
Hi KoosMos!
The scheduling should work just fine, are you shure that the scheduled jobs are called correctly? Look in the /config/umbraco.config. It should have a scheduledtasks-section, can you find newsletter studio there?
Requarding the other question. There is no way to see that in the UI at the moment, but the data is in the database so if you really want do know, you could extend the studio with your own controls. In the long term plans this may be something that we will add, but at the moment we're working on abstracting away the send out structure so one can hook into external apis, like mailchimp and campaign monitor.
// M
Thank you for your reply. I will see if the scheduled jobs are called correctly after this weekend.
Hi!
Great! There should be an entry in the umbraco log (found in the db) for each call to the scheduled job.
If you want to try to manually call the send out jobb, try this: http://yourdomain.com/umbraco/newsletterstudio/Pages/NewsletterCheckForScheduledSendOut.aspx
It worked.
I use a web address with a port (http://yourdomain:1234) but in the /config/umbraco.config there was just the web address without the port. I added the port and now it works.
Sounds like a little bug, thank you for sharing you solution. I'll add this to the backlog.
// Markus
is working on a reply...