Newsroom Planner
6.0.0
6.0.0
  • What is Newsroom Planner?
  • User guide
    • Overview
    • Top menu
      • Template
    • Calendar view
      • Filtering
      • Cards in calendar columns
    • Search
    • Events
      • Create an event
      • Edit event
    • Planning
      • Create a planning
      • Edit a plan
    • Assignment
      • Create assignment
        • Text assignment
        • Photo assignment
          • Manage linked photos
        • Other types of assignments
      • Edit assignment
        • Article size
      • E-mail notification
    • Hotkeys
    • Action widget
    • Copying
  • My assignment
  • The list of my assignments
  • Text assignment
    • Edit article on assignment
    • Create new article on the assignment
    • Link an article to the assignment
    • Change article size
    • Make a copy of an article
    • Use linked photos in the article
    • Create article when there is no assignment created
  • Photo assignment
    • Upload photos
    • Link photos
    • Unlink photos
    • Manage linked photos
  • Set the assignment as done
  • Create new assignment
  • Opening plan/assignment
  • Copy a plan
  • Admin guide
    • Settings
      • Customization
        • Cards
        • Columns
        • Single view (My assignment)
        • Advanced concept settings
        • Loadable components
          • Event
          • Planning
          • Assignment
            • Type of assignment
          • Full package
          • Tags
      • Configuration
        • Types
        • Sortings
        • Filters
        • Property mappings
        • Properties to fetch
        • Queries & Suggestions
        • Providers
        • Map options
        • Writer
        • Email service
        • Debug
      • Templates
    • My assignment Workspace setting
    • Changelog
    • Requirements
    • E-mail notification
    • Integrate with Newsroom Planner
    • Develop with NRP
    • Migration
      • 5.x âž¡ 6.x
      • 5.0.x âž¡ 5.1.x
      • 4.x âž¡ 5.x
        • Cleanup
      • 3.x âž¡ 4.x
        • Templates
      • 2.x âž¡ 3.x
      • 1.x âž¡ 2.x
    • Concept relations
  • Developer guide
    • Link to plugin-development documentation
Powered by GitBook
On this page
  • Configuration of E-mail in Config Key Store and Newsroom Planner
  • Requirements
  • Example customer support JIRA ticket:
  • Specific to stage:
  • Possible errors with sending e-mail in stage

Was this helpful?

  1. Admin guide

E-mail notification

Admin

Configuration of E-mail in Config Key Store and Newsroom Planner

E-mail service is available in EU West and all regions can use the same service.

Configuration in Newsroom Planner:

Settings/Configurations/Configuration/Email service: Set "enable": true,

If you don't want to use the e-mail functionality "enable":false,

The correct configuration for the following settings should be available as default, but make sure to change stage to prod in your production environment.

Configuration of Config Key store / Newsroom Planner:

Config key store name: EMAIL_SERVICE_SEND
Config key store value: https://sendmail-eu-west-1.saas-stage.infomaker.io/twirp/sendmail.Email/Send
App config / sendEndpoint: ${DBKS:EMAIL_SERVICE_SEND}

Config key store name: EMAIL_SERVICE_LIST
Config key store value: https://sendmail-eu-west-1.saas-stage.infomaker.io/twirp/sendmail.Email/GetThread
App config / listEndpoint: ${DBKS:EMAIL_SERVICE_LIST}

Config key store name: EMAIL_SERVICE_DOMAIN
Config key store value: saas-stage.infomaker.io
App config / serviceDomain: ${DBKS:EMAIL_SERVICE_DOMAIN}


Replace "stage" with "prod" in the key store value for your production environment. 

E-mails will be sent from a Naviga controlled e-mail address that is subject to change, but is at the moment of writing this documentation:

Newsroom Planner: newsroom-planner@saas-stage.infomaker.io Newsroom Planner: newsroom-planner@saas-prod.infomaker.io

Be sure to check your spam / junk mail folder for sent emails

Requirements

For e-mail notifications to work, the service role sendmail:nrp needs to be added to groups in the Naviga ID admin. This is usually done by Naviga Support. The following is an example.

Example customer support JIRA ticket:

Configuration of Newsroom Planner email functionality

We att {Customer Name} are about to configure Newsroom Planner with email sending functionality, and we would need the following from you:

  • sendmail:nrp settings to our following groups in Naviga ID Admin in both stage and production

  • The following two email addresses to be granted access in your email backend – make sure the e-mail address is written exactly the same in the Concept Author as the e-mail given here (caps sensitive)

Specific to stage:

When e-mail addresses have been added, it is important that the users that are being invited approve this by clicking the link (this is valid for 24 hours).

Possible errors with sending e-mail in stage

If you see this message in Dashboard when a user is sending an e-mail it is likely because the user has not been added according to the information above.

This should not happen in production. If this is the case, you will see the following error in the Chrome Dev Console:

{code: "internal", msg: "failed to send email", meta: {…}}
meta: {cause: "MessageRejected: Email address is not verified. 
Th…EST-1: User Name <user.name@domain.com>"}
msg: "failed to send email"
__proto__: Object

PreviousRequirementsNextIntegrate with Newsroom Planner

Last updated 4 years ago

Was this helpful?

In the stage environment we need to verify users that are allowed to receive e-mails through this function. This means you need to deliver a couple of user e-mail addresses that you will use for testing (receiving) in the stage environment, see . This configuration is done in the saas-stage account for the domain saas-stage.infomaker.io. This is not required for the production environment. This work is done by Naviga Support.

https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html