Code Monkey home page Code Monkey logo

Comments (4)

ddolcimascolo avatar ddolcimascolo commented on August 11, 2024

Hello,

This information is indeed missing from the README.md file, we will add it soon.
To configure the mail feature, you need to create a document in the mongo collection configuration, as below:

{
    "_id" : "mail",
    "mail" : {
        "noreply" : "[email protected]"
    },
    "transport" : {
        "type" : "SMTP",
        "config" : {
            "host" : "smtp.yourserver.com",
            "secureConnection" : false,
            "port" : 25
        }
    },
    "feedback" : {
        "rcpt" : [ 
            "[email protected]"
        ]
    }
}

Where smtp.yourserver.com must be replaced by an actual SMTP server that you have access to, optionally defining an authentication if required by the SMTP server.
hubl.in is actually using nodemailer to send emails, so you'll find all possible confifuration settings on the project page @ https://github.com/andris9/nodemailer-smtp-transport.

The feedback.rcpt property is used by the feedback form on the home page. Feedback emails will be sent to these recipients.

Regards,

from hublin.

opnoack avatar opnoack commented on August 11, 2024

Thank you very much for providing this information. Sending invitations is now working.

Sadly the URLs in the email are forwarding me to hubl.in and not to the host I am running hublin on. Is there a way to dynamically adjust the URL and not make it static? I ask because we want to start some test instances of hublin on randomly generated subdomains.

from hublin.

ddolcimascolo avatar ddolcimascolo commented on August 11, 2024

Unfortunately, this is not currently configurable :(
But don't worry, we'll add this to the mongo configuration very soon (you can watch the Jira ticket https://ci.open-paas.org/jira/browse/MEET-265 to know when this is done).

In the meantime, the only thing you can do is sed the file templates/email/invitation/html.jade and replace all occurrences of hubl.in in links to something else.

Regards,

from hublin.

opnoack avatar opnoack commented on August 11, 2024

Thank you again for this information. I will use the workaround until it gets fixed.

from hublin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.