ChrisBlankDe / Smtp4Dev4BcContainers

PowerShell Module to allow easy mail testing in Business Central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PowerShell Module to allow easy mail testing in Business Central

License:MIT License


Languages

Language:PowerShell 100.0%