Sending emails is a basic functionality every company uses in Microsoft Dynamics 365 Business Central. In this article, you will learn 5 ways to send an email along with some improvements to open the sending possibilities. Also, you will learn how to check if emails were sent or not.
Tag Archives: Send
Dynamics 365 Business Central: Change default customer/vendor email address when sending emails (For example, sending an order to A, sending an invoice to B)
So in this post, I would like to briefly talk about how to change default customer/vendor email address when sending emails.
Business Central: How to send notifications from Workflows to Teams
Hello, today I want to share a very simple Post, regarding how to send notifications from Business Central Workflows to a Chat or Channel in Teams.
D365 Business Central : Send Invoice Email with Attachments
By standard, D365 Business Central can send posted sales invoice email to the customer. What if you want to include other files in the email as well ? I will describe it here on how to customize it to include all the attachments in the sales invoice email.
To achieve this is quite easy, you only need to subscribe to OnBeforeSendEmail on Codeunit Document-Mailing. You can then call the procedure to add the attachments to the Email Item.
Send Email – Dynamic Content
One of my Customer requested me to have a feature wherein they can have the liberty to modify content of the email, add remove columns and do stuff like this. They wish to have long text as a free text along with certain database table information which they can attach detach as per there wish along with some html formatting possibly.
Sending Email from Wave 2 2020
Some time ago I wrote how to send emails with an attachment from the cloud version (the article you can find here: Sending emails in the Cloud).
So why the post? What had happened? Those who know Business Central or NAV (or even Navision) they think – what could change about sending e-mails? SMTP Setup is there for ages. Set it once works for years.
Sending Azure Alerts to Dynamics 365 Business Central
When working with Dynamics 365 Business Central (but also on Azure applications in general) it’s a best and recommended practice to send telemetry data to the Azure Application Insights service for centralize monitoring.