Newsroom Planner
3.0.1
3.0.1
  • What is Newsroom Planner?
  • User guide
    • Top menu
    • Events
      • Create an Event
      • Edit Event
    • Planning Cards
      • Create Planning Card
      • Edit Planning Card
    • Assignment
      • Create Assignment
        • Article assignment
        • Photo assignment
          • Manage linked photos
        • Other types of assignment
      • Edit assignment
        • Article size
      • E-mail notification
    • Hotkeys
    • Action widget
  • My assignment
    • Setting for My assignment
  • The list of my assignments
  • Text assignment
    • Edit article on assignment
    • Change article size
    • Create new article on the assignment
    • Duplicate the article
    • Use linked photos in the article
    • Create article when there is no assignment created
  • Photo assignment
    • Upload photos
    • Link photos
    • Manage linked photos
  • Set the assignment as done
  • Create new assignment
  • Admin guide
    • Settings
      • Customization
        • Cards
        • Columns
        • My assignment (Single view)
        • Event details
        • Planning details
        • Assignment details
          • Type of assignment
        • Article size
        • Create article modal
          • Channels
        • New article portal
        • Planning and assignment portal
      • Configuration
      • Templates
    • Changelog
    • Requirements
    • E-mail notification
    • Integrate with NRP
    • Develop with NRP
    • Migration
  • Developer guide
    • Link to plugin-development documentation
Powered by GitBook
On this page
  • Requirements
  • Possible errors with sending e-mail in stage
  • Configuration of E-mail in Config Key Store and Newsroom Planner

Was this helpful?

  1. Admin guide

E-mail notification

Admin

PreviousRequirementsNextIntegrate with NRP

Last updated 4 years ago

Was this helpful?

Requirements

E-mail notifications will be sent from a fixed e-mail address depending on region and whether it is stage or production environments being used.

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

If you don't want to use the e-mail functionality, set the following in Settings/Configurations/Configuration/Email service

"enable": false,

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 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)

  • The Config Key Store keys for both stage and production environments

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 will 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

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.

${DBKS:EMAIL_SERVICE_SEND}
https://sendmail-eu-west-1.saas-stage.infomaker.io/twirp/sendmail.Email/Send
${DBKS:EMAIL_SERVICE_LIST}
https://sendmail-eu-west-1.saas-stage.infomaker.io/twirp/sendmail.Email/GetThread
${DBKS:EMAIL_SERVICE_DOMAIN}
Stage: saas-stage.infomaker.io
Production: prod-stage.infomaker.io

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

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