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
  • 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 | Demo | Docs | Install
  1. Cloudron Forum
  2. MiroTalk
  3. Preconfigure E-Mail values

Preconfigure E-Mail values

Scheduled Pinned Locked Moved MiroTalk
2 Posts 2 Posters 45 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
      wrote 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 last edited by
        #2

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

        1 Reply Last reply
        3
        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