Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Marcel 18 posts 67 karma points
    Oct 16, 2014 @ 17:58
    Marcel
    0

    "Send e-mail right now" don't function

    I installed Newsletter Studio on Umbraco 7.1.6. I can setup Mailing lists, create Skins, create Drafs. But I cannot perform "Send e-mail right now" - because I cannot see any Mailing lists. 

    After a short debug session I see that the subscriptions - Array in the GetSendViewModelForNewsletter - Service gets me an empty array.

    Is there a restriction on the trial Umbraco 7 installation?

     

    Screenshot of my research.

    Best regards.

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Oct 16, 2014 @ 19:08
    Jan Skovgaard
    0

    Hi Marcel and welcome to our :)

    Have you added/configured the SMTP settings in your web.config file?

    For testing purposes smtp4dev might be useful https://smtp4dev.codeplex.com/

    Looking forward to hearing from you.

    /Jan

  • Markus Johansson 1701 posts 4879 karma points c-trib
    Oct 17, 2014 @ 10:00
    Markus Johansson
    0

    Hi!

    It looks to me like something went wrong during the installation. Did the installer have permissions to write to the /config/-folder? If you open newsletterStudio.config - can you see any subscription providers? Any render tasks configured?

    Id not - have a look in the trace-file and see if you have any errors that happened during the install. 

  • Marcel 18 posts 67 karma points
    Oct 17, 2014 @ 10:01
    Marcel
    0

    Hi Jan.

    Technical sending of an email works. I can send a test e-mail with the "Send out a test e-mail" button.

    The Problem is, I cannot select any subscription-groups in the frontend - so I assume, there is a restriction or anoter error.

    Best, regards. Marcel

  • Markus Johansson 1701 posts 4879 karma points c-trib
    Oct 17, 2014 @ 10:20
    Markus Johansson
    100

    Did you check the newsletterStudio.config file? Does it have any subscriptionProviders or render tasks configured?

  • Marcel 18 posts 67 karma points
    Oct 17, 2014 @ 10:30
    Marcel
    0

    Hi Markus.

    Yes. There is an error in the installation. We use a custom plugin installation infrastructure and have restrictions on modify the config folder. 

    Do you have the plain newsletterStudio.config-File? I guess there are alot other configs missing - like bounce managment etc...

    Thank you very much!

  • Markus Johansson 1701 posts 4879 karma points c-trib
    Oct 17, 2014 @ 11:06
    Markus Johansson
    0

    Hi!

    I see, this is the default newsletterStudio.config file:

     

    <?xml version="1.0" encoding="utf-8"?>
    <newsletterStudio senderDefaultName="" senderDefaultEmail=""
       senderDefaultSettingsForced="false" unsubscribeConfirmUrl=""
       tinyMCEDataTypeId="1103" sendFailuresBeforeUnsubscribingSubscriber="4"
       settingsOnlyForAdmins="false" allowUseOfSendOutPropertyEditorWithoutApplicationAccess="true"
       forceUnsubscribeFooter="false" activateCustomDataCollection="true"
       enableGoogleAnalyticsTracking="false" googleAnalyticsMedium="email"
       allowedTemplatesForRenderUrl="" googleAnalyticsSource="NewsletterStudio"
       googleAnalyticsName="" googleAnalyticsContent="" lastInstalledVersion="2.1.0">
       <outgoingEmail sendConnectionTestEmailsTo="[email protected]"
          throttlingEnabled="false" throttlingMessagesPerBatch="100"
          throttlingSecondsBetweenBatches="0" messagesBeforeJumpingToNextServer="250">
          <smtpServers>
             <clear />
             <add name="Default" host="localhost" port="25" />
          </smtpServers>
       </outgoingEmail>
       <bounceManagement enabled="false" email="" host="" port="0" username=""
          password="" />
       <emailRenderingTasks>
          <clear />
          <task name="AddTrackingPixelRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.AddTrackingPixelRenderTask, NewsletterStudio" />
          <task name="FitIntoTemplateRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.FitIntoTemplateRenderTask, NewsletterStudio" />
          <task name="RenderUrlRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.RenderUrlRenderTask, NewsletterStudio" />
          <task name="ReplaceUnsubscribeRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceUnsubscribeRenderTask, NewsletterStudio" />
          <task name="ReadOnlineRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReadOnlineRenderTask, NewsletterStudio" />
          <task name="ReplaceLocalLinksRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceLocalLinksRenderTask, NewsletterStudio" />
          <task name="AddFullDomainToRelativeSrcsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.AddFullDomainToRelativeSrcsRenderTask, NewsletterStudio" />
          <task name="ReplaceRelativeLinksRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceRelativeLinksRenderTask, NewsletterStudio" />
          <task name="GoogleAnalyticsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.GoogleAnalyticsRenderTask, NewsletterStudio" />
          <task name="AddClickTagsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.AddClickTagsRenderTask, NewsletterStudio" />
          <task name="ReplaceUniqMergeFieldsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceUniqMergeFieldsRenderTask, NewsletterStudio" />
          <task name="InsertCustomDataRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.InsertCustomDataRenderTask, NewsletterStudio" />
       </emailRenderingTasks>
       <subscriptionProviders>
          <clear />
          <provider name="NewsletterStudioSubscriptionProvider" type="NewsletterStudio.Bll.Providers.NewsletterStudioSubscriptionProvider, NewsletterStudio" />
          <provider name="UmbracoNewSubscriptionProvider" type="NewsletterStudio.Bll.Providers.UmbracoNewSubscriptionProvider, NewsletterStudio" />
       </subscriptionProviders> 

    </newsletterStudio> 

  • Marcel 18 posts 67 karma points
    Oct 17, 2014 @ 11:52
    Marcel
    0

    Thank you. It works!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies