Copied to clipboard

Flag this post as spam?

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


  • Bo Jacobsen 597 posts 2395 karma points
    Oct 02, 2018 @ 08:43
    Bo Jacobsen
    0

    NewlsetterStudio:SendTestEmail. Could not send since there is no SMTP configured.

    Hi All.

    I ran into something weird. The log tells me that NewlsetterStudio:SendTestEmail. Could not send since there is no SMTP configured. But I got it configured in both newsletterstudio.config and in the web.config.

    I found this post https://our.umbraco.com/packages/backoffice-extensions/newsletter-studio/comments/57740-Send-error-umbraco-7 but i dont have Force sender default on.

    Do any of you have any idear what it could be?

    Umbraco Version 7.4.3 and Newsletterstudio Version 2.1.4

  • Bo Jacobsen 597 posts 2395 karma points
    Oct 02, 2018 @ 09:48
    Bo Jacobsen
    0

    I found out.

    a link in the RTE was transformed into this:

    <a data-id="//www.xxx.dk/%7BlocalLink:2858%7" href="/{localLink://www.xxx.dk/%7BlocalLink:2858%7}" title="XXX">www.xxx.dk</a>
    

    An caused the no SMTP error.

    Changed it to

    <a href="https://www.xxx.dk" title="XXX">www.xxx.dk</a>
    

    And it worked again.

  • Markus Johansson 1911 posts 5757 karma points MVP c-trib
    Oct 02, 2018 @ 15:38
    Markus Johansson
    0

    Hi Bo!

    Thanks for posting your solution, I might need to look close at this.

    I guess that the error that you are seeing is some kind of generic error, I need to improve that to point in the right direction. Sorry for the inconvenience.

    Was that link generated by Umbraco's in that format? What happens when you try to add a new link via the RTE?

    // m

  • Bo Jacobsen 597 posts 2395 karma points
    Oct 03, 2018 @ 07:21
    Bo Jacobsen
    0

    Hi Markus.

    No problem. I was just confused about the error :)

    I actuelly dont know if the link was created by Umbraco or if the user had done something wrong.

    I just tried to insert the same link and it is inserted as it should.

  • Markus Johansson 1911 posts 5757 karma points MVP c-trib
    Oct 04, 2018 @ 09:05
    Markus Johansson
    0

    Okey, thanks for letting me know =D

Please Sign in or register to post replies

Write your reply to:

Draft