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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. MiroTalk
  3. Preconfigure E-Mail values

Preconfigure E-Mail values

Scheduled Pinned Locked Moved Solved MiroTalk
2 Posts 2 Posters 656 Views 2 Watching
  • 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.
  • andreasduerenA Offline
    andreasduerenA Offline
    andreasdueren
    App Dev
    wrote on last edited by
    #1

    I think it would be beneficial to have a few more features preconfigured upon installation. For example the E-Mail section:

    /**
             * Email Notification Configuration
             * ===============================
             * SMTP settings for system alerts and notifications
             *
             * Core Settings:
             * -------------
             * - alert      : Enable/disable email alerts [true/false] (default: false)
             * - host       : SMTP server address (default: 'smtp.gmail.com')
             * - port       : SMTP port (default: 587 for TLS)
             * - username   : SMTP auth username
             * - password   : SMTP auth password (store ONLY in .env)
             * - sendTo     : Recipient email for alerts
             *
             * Common Providers:
             * ----------------
             * Gmail:
             * - host: smtp.gmail.com
             * - port: 587
             *
             * Office365:
             * - host: smtp.office365.com
             * - port: 587
             *
             * SendGrid:
             * - host: smtp.sendgrid.net
             * - port: 587
             */
            email: {
                alert: process.env.EMAIL_ALERTS_ENABLED === 'true',
                host: process.env.EMAIL_HOST || 'smtp.gmail.com',
                port: parseInt(process.env.EMAIL_PORT) || 587,
                username: process.env.EMAIL_USERNAME || 'your_username',
                password: process.env.EMAIL_PASSWORD || 'your_password',
                sendTo: process.env.EMAIL_SEND_TO || 'sfu.mirotalk@gmail.com',
            },
    
    1 Reply Last reply
    2
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #2

      https://git.cloudron.io/packages/mirotalksfu-app/-/merge_requests/126

      1 Reply Last reply
      3
      • nebulonN nebulon marked this topic as a question on
      • nebulonN nebulon has marked this topic as solved on

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Bookmarks
      • Search