Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.18 KB

Release PowerShell Gallery Version

Smtp4Dev4BcContainers is a PowerShell module allowes you to easily create a smtp4dev container and set the required configurations in you Business Central containers.

Prerequisites

You must have installed navcontianerhelper and administrative rights on the machine you running this module.

How to use

Quick Start

Install the Module

Install-Module -Name Smtp4Dev4BcContainers

Create smtp4dev Container

New-Smtp4DevContainer

Set Configuration in your Business Central container

Set-Smtp4DevInBcContainer -containerName navserver

Now you can open smtp4dev on port 3000: http://localhost:3000 or just double click the Desktop icon.

Module and function documentation

You can find the full (automatic generated) module documentation with all function here.