Copied to clipboard

Flag this post as spam?

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


  • Fikri 14 posts 104 karma points
    17 days ago
    Fikri
    0

    Configure SMTP on Umbraco Cloud

    Hi All.

    I tried to configure SMTP at Umbraco cloud using Kudu editor. I added this setting at appsettings.Development.json.

    "Global": { "Smtp": { "From": "[email protected]", "Host": "smtp.ethereal.email", "Port": 587, "SecureSocketOptions": "StartTls", "Username": "[email protected]", "Password": "xxxxx" } }

    Then I do health check but this error occurred.

    The 'Umbraco:CMS:Global:Smtp' configuration could not be found.

    How can I solve this issue.

    Thank you

  • Huw Reddick 1770 posts 6157 karma points MVP c-trib
    17 days ago
    Huw Reddick
    0

    Did you try making the change in plain app settings.json? It may not be loading the development version

  • Fikri 14 posts 104 karma points
    17 days ago
    Fikri
    0

    Yes.. but still get same error.

  • Huw Reddick 1770 posts 6157 karma points MVP c-trib
    17 days ago
    Huw Reddick
    0

    could you show a screen shot of where it is in your setting file?

    mine looks like enter image description here

    Also what version of Umbraco is your cloud instance running?

  • Fikri 14 posts 104 karma points
    17 days ago
    Fikri
    0

    enter image description here

    My Umbraco cloud version is 13.2.2

  • Huw Reddick 1770 posts 6157 karma points MVP c-trib
    17 days ago
    Huw Reddick
    0

    looks to be ok, have you tried raising a support ticket with Cloud?

  • Fikri 14 posts 104 karma points
    17 days ago
    Fikri
    0

    Yes, I am waiting from their reply.

Please Sign in or register to post replies

Write your reply to:

Draft