Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Password Reset needs sendmail configuring it seems

    Directus
    3
    4
    112
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • marcusquinn
      marcusquinn last edited by

      c71ccc2b-f075-4de9-aa9e-a5fec672ca66-image.png

      We're not here for a long time - but we are here for a good time :)
      Jersey/UK
      Work & Ecommerce Advice: https://brandlight.org
      Personal & Software Tips: https://marcusquinn.com

      1 Reply Last reply Reply Quote 0
      • girish
        girish Staff last edited by girish

        @marcusquinn Good catch. Fixed. If you open up /app/data/config/project.php, change the email section to be like this (the 'from' and 'host' were set incorrectly):

                'default' => [
                    'transport' => 'smtp',             // How to send emails. Supports `smtp` and `sendmail`
                    'from' => getenv('CLOUDRON_MAIL_FROM'),  // The sender of the email
                    'host' => getenv('CLOUDRON_MAIL_SMTP_SERVER'),
                    'port' => getenv('CLOUDRON_MAIL_SMTP_PORT'),
                    'username' => getenv('CLOUDRON_MAIL_SMTP_USERNAME'),
                    'password' => getenv('CLOUDRON_MAIL_SMTP_PASSWORD'),
                    'encryption' => null
                ],
        
        marcusquinn 1 Reply Last reply Reply Quote 1
        • murgero
          murgero App Dev last edited by

          Isn't SMTP set in the apps admin panel though?

          --
          https://urgero.org
          ~ Professional Nerd. Freelance Programmer. ~

          1 Reply Last reply Reply Quote 0
          • marcusquinn
            marcusquinn @girish last edited by

            @girish Thanks. Confirmed Solved.

            We're not here for a long time - but we are here for a good time :)
            Jersey/UK
            Work & Ecommerce Advice: https://brandlight.org
            Personal & Software Tips: https://marcusquinn.com

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB