To bad that you are having trubble. What version of Umbraco and what version of Newsletter Studio are you running? Are you using the data type send out? A special render task och maybe the inser url content-feature?
Would it be possible for me to see the stacktrace of the error? Any hints in the umbraco log-table in the database?
Okej, then there must have been a problem when you installed the package. There should be two task in there:
<scheduledTasks> <!-- add tasks that should be called with an interval (seconds) --> <task log="true" alias="newsletterstudioBounces" interval="840" url="http://www.yoursite.se/umbraco/newsletterstudio/pages/HandleBounces.aspx" /> <task log="true" alias="newsletterstudioSendout" interval="300" url="http://www.yoursite.se/umbraco/newsletterstudio/pages/NewsletterCheckForScheduledSendOut.aspx" /> </scheduledTasks>
Could not find a part of the path
Hello,
when I send the newsletter to a mailing list, I got 100% delivery failed and the error message is "Could not find a part of the path"
SMTP test connection is success.
I was trying to configure the package on the live server and buy the license so this problem is stopping me from my final test.
Thanks in advance.
islam
Hi Islam!
To bad that you are having trubble. What version of Umbraco and what version of Newsletter Studio are you running? Are you using the data type send out? A special render task och maybe the inser url content-feature?
Would it be possible for me to see the stacktrace of the error? Any hints in the umbraco log-table in the database?
// Markus
Hi Markus,
The problem was that I forgot to comment some code in the customized render task :) sorry
But i need to buy the package and I can not order it because of the VAT number field format.
I have contacted them and tried many times!
my ticket number is #8777
Any suggestions?
Thanks in advance
Islam.
Hi!
Its the Umbraco HQ that handles this, if your in a hurry send me an email and I'll help you.
Markus [at sign goes here] enkelmedia.se
Hi Markus,
Scheduled newsletter is not sent?
I have checked "ns_Newsletters" table and the scheduled date is there.
Any suggestions?
By the way, i have sent you the email about the license.
Thanks in advance.
Which verison of Newsletter Studio?
Is the scheduled tasks configured in the /config/umbracoSettings.config? Is the url correct?
How can I get the version number of Newsletter Studio?
I have checked /config/umbracoSettings.config and there is no scheduled task there.
Okej, then there must have been a problem when you installed the package. There should be two task in there:
<scheduledTasks>
<!-- add tasks that should be called with an interval (seconds) -->
<task log="true" alias="newsletterstudioBounces" interval="840" url="http://www.yoursite.se/umbraco/newsletterstudio/pages/HandleBounces.aspx" />
<task log="true" alias="newsletterstudioSendout" interval="300" url="http://www.yoursite.se/umbraco/newsletterstudio/pages/NewsletterCheckForScheduledSendOut.aspx" />
</scheduledTasks>
is working on a reply...