• FEATURES
  • PRICING
  • MARKETPLACE
  • CASE STUDIES
  • BLOG
  • Openspecimen v2.0 beta 2 email config not working

    I just deployed v2.0 beta 2 and I’m trying to configure the email settings. I set the from email, admin email, email server, and application address using the SQL. I did not set a password or a port because its not required. These are the same exact setting I had in v1.0 and it worked fine, but its not sending out emails in v2.0. Any thoughts on how to trouble shoot? Am I missing something?

    Thanks,
    Brent

    Hello @bmumph,

    You need to specify email server port. The default port is 25. Restart jboss server once you done the email configuration.

    Please let us know, If you still face this issue.

    Thanks,
    Vinayak Lonushte

    Hi @bmumph,

    You can also use the REST API to configure/update the email configuration. With that you need not to restart the application server.

    For the documentation please refer: https://catissueplus.atlassian.net/wiki/x/H4B9Ag

    Thanks,
    Vinayak Lonushte

    Using the API worked.

    Thanks,

    This is one of the major change in OpenSpecimen v2.0 compared to earlier versions.

    All configuration changes are done via API and do not need server restart.

    In future releases there will be UI screens for configuration settings too.

    Sri