-
KanBo Installation
- KanBo Installation on Office 365 and Azure (Manual)
- KanBo On-Premises Installation Requirements and Prerequisites
- KanBo Installation for On-Premises SharePoint 2019
- Creating and Updating the Elastic Cloud Deployment
- Creating a Linux Based Virtual Machine on Azure for Elastic Search
- Installing and Configuring Elastic Search on Debian
- Creating a Windows Virtual Machine on Azure for Elastic Search
- Installing and Configuring Elastic Search on Windows
- How to Create a X.509 High-Trust Certificate
- KanBo Setup
- KanBo Modern Webpart Installation
- Uninstall KanBo from Office 365
- Supported Browsers
-
KanBo Updates
-
Additional Components
- Setting Up KanBo Email Notifications on Azure
- Setting Up KanBo Email Notifications (On-Premises)
- KanBo Outlook Add-in Installation (O365)
- Send Email to KanBo - Installation (Cloud)
- Send Email to KanBo - Installation (On-Premises)
- Enabling Email a Card Message
- Installation of KanBo MyBoard Synchronization with Outlook Calendar and Outlook Tasks
- Installation of the Autodesk BIM Plugin for KanBo
- KanBo and UiPath Integration: Configuration
- Nintex Integration Installation
- KanBo API for Developers
- KanBo External User Groups (Active Directory Integration)
- KanBo Mini Application Installation
- Plugin for Adding Users to KanBo / Sharepoint When They First Enter it
- SharePoint Profiles Synchronization
- SharePoint Site Collection Balancing and Admin Warnings
- Sync Targets
- Installation of the KanBo Teams App
- Setting up BIM Sync as a WebJob
- Configuring KanBo for OData Integration in PowerBI Desktop
- KanBo Powershell Comandlets
- KanBo and Microsoft Power Automate integration: Installation and activation
- Sharepoint List direct sync with KanBo
- Enabling OneDrive integration in KanBo
- Show all articles ( 4 ) Collapse Articles
-
Tips & Tricks
- Configure How Documents Should Be Opened from KanBo
- Customize KanBo Background Images and KanBo Colors
- Disable Sleeping Tabs in Browsers
- Disable/Enable Public Boards Creation
- Find Out the Certificate Expiration Dates On-Premises
- Get KanBo ID
- How to Change the Help URL in Your KanBo
- Import Users to KanBo
- Renew Certificate for KanBo Graph Installation
- Show KanBo Version
- Removing Syncing of Profile Pictures in the Profile Sync job
- Creating and Customizing the Profile Sync WebJob
- KanBo Configuration for Microsoft Azure Cloud GCC High Environment
-
Troubleshooting
- KanBo Error: 401 (On-Premises Installation)
- KanBo Error: 403 (On-Premises Installation)
- KanBo Error: Cannot Open Database
- KanBo Error: User Authentication Postback Failed (On-Premises Installation)
- Migrate Boards between Office 365 Groups
- Replace Expiring Client Secret
- Granting Access to Logs of an Azure-hosted KanBo Web App
Enabling Email a Card Message
Table of Contents
In order to enable Email a card message, the following steps must be completed.
- Create a New Subdomain (or buy an additional Domain) and attach it to Microsoft 365 / Exchange On Prem:
- Cloud: link
- Configure SMTP relay for this domain: link
- Open KanBo’s appsettings.json:
- Go to https://your-kanbo-name.scm.azurewebsites.net -> Debug Console -> PowerShell -> site -> wwwroot -> edit appsettings.json
- Add the following lines in the “plugins” section. Change mydomain-com.mail.protection.outlook.com to your subdomain from MX record (you can preview it in the Microsoft 365 admin settings).
- Optionally, You can test whether everything works fine by sending a test email by configuring your custom domain sender to name@your-custom-domain.com and custom domain recipient as your-existing-mail@domain.com to which you would like to receive a test email. If there is no need for further testing, the last 5 lines can be removed
{
"type": "email.smtp",
"connect":
{
"host": "mydomain-com.mail.protection.outlook.com,
"port": 25,
"options": "start-tls"
}
},
{
"type": "test-email",
"from": "somerandoname@your-custom-domain.com",
"to": "your-existing-mail@domain.com"
},
Was this article helpful?
Please, contact us if you have any additional questions.
