Overview

The major usage of this module is to create a temporary mail instantly and access the mailbox inside your mendix application.

Documentation

Temp-Email

Objective

The major usage of this module is to create a temporary mail instantly and access the mailbox inside your mendix application.

Dependencies

Configuration

  • Import the module TEMP EMAIL from the mendix marketplace.

  • Call the microflow ACT_GenerateTempEmailAddress to create the temporary email address.

  • ACT_GetInboxMessages microflow is used to get inbox messages of the Temporary email id.

  • Copy the API key generated created and paste in the Rapid_ApiKey constant.

  • Check the Example page under examples folder on how the API is used.

Screenshots