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

    Solved Email notifications

    Easy!Appointments
    3
    5
    276
    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.
    • H
      hakunamatata last edited by

      Hi, testing this app and it works quite well! However email notifications don't seem to be working out of the box. Where does one configure this?

      1 Reply Last reply Reply Quote 0
      • subven
        subven last edited by subven

        As the app is listed as unstable, not everything is working right now.

        There is no backend UI yet for email configuration. However email is configured at /app/code/application/config/email.php. Because this path is not writable and variables are deactivated, you have to wait until Cloudrons devs add the mail function. Otherwise you could package the app yourself and make the needed changes. I would suggest waiting 🙂

        <?php defined('BASEPATH') or exit('No direct script access allowed');
        
        // Add custom values by settings them to the $config array.
        // Example: $config['smtp_host'] = 'smtp.gmail.com';
        // @link https://codeigniter.com/user_guide/libraries/email.html
        
        
        $config['useragent'] = 'Easy!Appointments';
        $config['protocol'] = 'mail'; // or 'smtp'
        $config['mailtype'] = 'html'; // or 'text'
        // $config['smtp_host'] = '';
        // $config['smtp_user'] = '';
        // $config['smtp_pass'] = '';
        // $config['smtp_crypto'] = 'ssl'; // or 'tls'
        // $config['smtp_port'] = 25;
        
        1 Reply Last reply Reply Quote 2
        • nebulon
          nebulon Staff last edited by

          Thanks for the feedback, will fix this.

          nebulon 1 Reply Last reply Reply Quote 1
          • nebulon
            nebulon Staff @nebulon last edited by

            This is now fixed with package version 0.2.0

            1 Reply Last reply Reply Quote 1
            • H
              hakunamatata last edited by

              Works great now! Thank you! 👍

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