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
    May 02, 2024 @ 02:44
    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": "no-reply@xxxxx.com.my", "Host": "smtp.ethereal.email", "Port": 587, "SecureSocketOptions": "StartTls", "Username": "yyyyyy@ethereal.email", "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 1932 posts 6722 karma points MVP 2x c-trib
    May 02, 2024 @ 07:33
    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
    May 02, 2024 @ 07:52
    Fikri
    0

    Yes.. but still get same error.

  • Huw Reddick 1932 posts 6722 karma points MVP 2x c-trib
    May 02, 2024 @ 08:36
    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
    May 02, 2024 @ 08:49
    Fikri
    0

    enter image description here

    My Umbraco cloud version is 13.2.2

  • Huw Reddick 1932 posts 6722 karma points MVP 2x c-trib
    May 02, 2024 @ 08:55
    Huw Reddick
    0

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

  • Fikri 14 posts 104 karma points
    May 02, 2024 @ 09:01
    Fikri
    0

    Yes, I am waiting from their reply.

  • 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