Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • When the API has been converted to an application, and the URL is mapped the installation can be verified by navigating to {clientUrl}/Documentation/.

  • Map the URL by selecting the application, then clicking on "bindings" on the right hand side.

  • If your server has been setup correctly, you should see a list of API endpoints with their documentation.

    Image RemovedImage Added

Configuration

  • Mail Distribution is configured in the appsettings.json file, found in the mail distribution install location.

...

  • Distribution: General settings for the distribution service

    • RetryFactors: is how long the mail distribution will wait (in minutes) between each attempt to resend a failed message.

      • Note that this should always contain one less entry than the MaxSendAttempts as the first attempt will always be instant.

  • Purge: General settings for the purge service

    • PurgePeriodInHour: Number of hours that a successfully sent email will be retained before getting purged.

    • MaxFailedMessages: how many failed messages can be in the distribution service at any given time. After failed messages pass this number, the oldest failed messages will begin to be deleted, keeping the number of failed messages within the MaxFailedMessages.Utilizing the Local/Cloud Distribution Server

  • To enable the FormsInMotion Server to send to a distribution server, simply add a site property called DistributionServerPath and enter the URL for the distribution API.

    • FiM Cloud hosted path: https://maildistribution.app.formsinmotion.com

  • To disable this functionality, simply clear the URL, leaving the property blank.

...