Smtp4Dev4BcContainers is a PowerShell module allowes you to easily create a smtp4dev container and set the required configurations in you Business Central containers.
You must have installed navcontianerhelper and administrative rights on the machine you running this module.
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.
You can find the full (automatic generated) module documentation with all function here.