-
KanBo Installation
- KanBo Installation on Office 365 and Azure (Manual)
- KanBo Installation on Office 365 and Azure (KanBo Installer)
- KanBo On-Premises Installation Requirements and Prerequisites
- KanBo Installation On-Premise SharePoint 2013/2016/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-Premise)
- KanBo Outlook Add-in Installation (O365 & On-Premise)
- Send Email to KanBo - Installation (Cloud)
- Send Email to KanBo - Installation (On-Premise)
- Enabling Email a Card Message
- KanBo and Microsoft Power Automate integration: Installation
- KanBo and Microsoft Power Automate Integration: Activation
- 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
- Show all articles ( 1 ) Collapse Articles
-
Tips & Tricks
- Configure How Documents Should Be Opened from KanBo
- Customize KanBo Background Images and KanBo Colors
- Define Board Features to Be Enabled or Disabled by Default
- Disable Sleeping Tabs in Browsers
- Disable/Enable Public Boards Creation
- Find Out the Certificate Expiration Dates On-Premise
- 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
-
Troubleshooting
Enabling Email a Card Message
Table of Contents
This post is also available in: Deutsch
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 web.config.
- Add the following linesin the “plugins” section. Change mydomain-com.mail.protection.outlook.com to your domain from MX record (you can preview it in the Microsoft 365 admin settings).You can test whether everything works fine by sending a test email. For that configure your custom domain instead of @your-custom-domain.com.Change your-existing-mail@domain.com to existing email address to which you would like to receive a test email.
{ "type": "email.smtp", "children": [ { "type": "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.