Coder Social home page Coder Social logo

Comments (2)

DonMartin76 avatar DonMartin76 commented on August 24, 2024

OK, it seems as if your email configuration is off. This is always a little tricky as all email providers behave differently, but this looks as if the SMTP server is not responding at the address which is provided in the globals.json configuration.

The warning that PORTAL_MAILER_SMTP_HOST is not used means just that: There is an environment variable defined in either default.json or your prod.json (or whatever you called it) but it isn't used in any of the configuration JSON files. Check the mailer section of globals.json directly to try to track down what the issue is.

This is an example how it's configured for wicked-demo:

  "mailer": {
    "useMailer": true,
    "senderEmail": "[email protected]",
    "senderName": "wicked Demo API Portal",
    "smtpHost": "smtp.mailgun.org",
    "forceSecure": true,
    "username": "$PORTAL_MAILER_USERNAME",
    "password": "$PORTAL_MAILER_PASSWORD",
    "adminEmail": "[email protected]",
    "adminName": "Martin Danielsson"
  },

from wicked.haufe.io.

Krieke avatar Krieke commented on August 24, 2024

The environment variable was called $PORTAL_MAILER_SMTPHOST ISO $PORTAL_MAILER_SMTP_HOST... the issue can be closed.

from wicked.haufe.io.

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.