﻿![]()

#### 

#### About Transactional Emails

Transactional emails are one-to-one emails that contain information completing a transaction or process the recipient has initiated. When a customer performs an action on your website, you notify them about it by sending an email.

Here are a few examples of transactional campaigns:

- User registration
- Password reset
- Order confirmation
- Order shipped
- Order delivered
- OTP email verification

#### Transactional Emails in Sitecore DXP (Sitecore Send)

For sending emails in Sitecore DXP, we can use one of its products: [Sitecore Send](https://developers.sitecore.com/marketing-automation/send).

Sitecore Send is a cloud-based, AI-powered email marketing solution that allows you to target your audience at scale.

There are **two options** to send transactional emails using Sitecore Send:

- [SMTP](https://doc.sitecore.com/send/en/users/sitecore-send/use-smtp-to-send-transactional-emails.html) - a clear and well-known option for sending emails. We will utilize this option in the solution.
- [Transactional Campaigns](https://doc.sitecore.com/send/en/users/sitecore-send/create-a-transactional-campaign.html) - a new feature from Sitecore Send that provides the ability to use dynamic tokens and design transactional emails directly within Send. More information is available in the [documentation](https://doc.sitecore.com/send/en/developers/api-documentation/create-a-transactional-campaign.html).

A comparison between these two options is shown in the table below:

| *Feature* | **SMTP** | **Transactional Campaigns** |
| --- | --- | --- |
| Email Design in Send | No ^[1]^ | Yes |
| Render Email Yourself | Always | Optional ^[2]^ |
| HTML-Ready Email Support | Yes | Yes |
| Email Body by URL | No | Yes |
| Attachments | No | Yes |
| Bypass Unsubscribed | Yes ^[3]^ | Yes |

*Notes*:

- [1] - Email design can be done with Mustache. For example, see [this article](https://www.brimit.com/blog/sitecore-send-5-dynamic-transactional-emails), but you'll still need to render the email HTML elsewhere.
- [2] - In transactional campaigns, you can send an HTML email, specify a URL for your email template, or use an email designed in Send.
- [3] - *Bypass Unsubscribed* means that even if a subscriber has unsubscribed from transactional campaigns, the email will still be sent. With SMTP, this can be done using the API, while it is included out-of-the-box in the Transactional API.

Overall, you can see that transactional campaigns are a more powerful tool for sending transactional emails, but it is quite new and was not available when we started the implementation.

#### OrderCloud Integration Point

The best way to integrate OrderCloud to send transactional emails is to use [Message Senders](https://ordercloud.io/knowledge-base/message-senders).

> 
> 
> **Message Senders** is a feature that helps deliver event-driven notifications to users based on certain key commerce activities.
> 

This definition intersects with the definition of transactional emails, so Message Senders are designed for transactional emails or similar types of notifications.

Currently, there's no built-in integration, but you can use the *Custom URL* option to configure a **custom endpoint** (similar to a webhook) to handle events when an email should be sent.

The endpoint can be placed in any custom web service, but we use a [middleware-based project](https://ordercloud.io/knowledge-base/start-dotnet-middleware-from-scratch) from OrderCloud.

![OrderCloud message sender config](https://www.brimit.com/-/media/images/blog/sitecore-send-transactional-emails/order-cloud-config.png) 

#### Sitecore Send SMTP

To send emails, [Send SMTP](https://doc.sitecore.com/send/en/users/sitecore-send/use-smtp-to-send-transactional-emails.html) can be used. Sending the email via SMTP varies by language, but for C#, [`SmtpClient`](https://learn.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient?view=net-8.0) is the best way.

#### Full Architecture

The full architecture looks as follows:

![Sitecore DXP transactional emails architecture](https://www.brimit.com/-/media/images/blog/sitecore-send-transactional-emails/email-architecture.png) 

We use [Azure Service Bus](https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview) together with [Azure Functions](https://learn.microsoft.com/en-us/azure/azure-functions/functions-overview?pivots=programming-language-csharp) for better message handling, to make the process of sending emails more asynchronous and decoupled.

I discussed this in more detail at the [Sitecore User Group Poland](https://www.youtube.com/watch?v=esKMTw6NGo8) and SUG Belarus. Please check the recordings for more details.

And of course, share your thoughts and questions with me.

###### More From Author

[##### Sitecore Marketplace SDK Integration with Vercel AI SDK
February 25, 2026](https://www.brimit.com/blog/sitecore-marketplace-sdl-integration-with-vercel-ai-sdk)[##### Sitecore Marketplace Updates (December 2025)
December 16, 2025](https://www.brimit.com/blog/sitecoreai-marketplace-december-updates)[##### SitecoreAI, Marketer MCP, Agents API, Marketplace — Sitecore Symposium 2025 Recap
November 11, 2025](https://www.brimit.com/blog/sitecoreai-mcp-marketplace-symposium2025-recap)

###### Author

[!\[Igor Zharikov - Senior Sitecore Developer, Sitecore MVP\](https://www.brimit.com/-/jssmedia/feature/blogs/authors/igor-zharikov-2.jpg?h=700&amp;iar=0&amp;w=700&amp;hash=292A84E8CB3E5CE57CA743385CFB1464)
Igor Zharikov
Sitecore MVP / Senior Sitecore Developer](https://www.brimit.com/blog/author?authors=Igor%20Zharikov)

#### More on Sitecore

[!\[How Vercel Will Help You Save Effort When Deploying Sophisticated Sitecore Projects\](https://www.brimit.com/-/jssmedia/project/brimit/blog/2024/vercel_cover-image.png)
#Guides#How-toDXPE-commerce
##### How Vercel Will Help You Save Effort When Deploying Sophisticated Sitecore Projects
Optimize and accelerate the development and deployment of complex multisite Sitecore projects.
Alexei Vershalovich on July 17, 2024](https://www.brimit.com/blog/how-vercel-will-help-you-save-effort-when-deploying-sophisticated-sitecore-projects)

[!\[Training Up Tomorrow's Sitecore MVPs: a Mentoring Success Story\](https://www.brimit.com/-/jssmedia/project/brimit/blog/2023/sitecore-mentoring---cover-image.png)
#How-toDXP
##### Training Up Tomorrow's Sitecore MVPs: a Mentoring Success Story
How to participate in the Sitecore Mentor program and help younger colleagues jump-start a career in Sitecore development.
Sergey Baranov on October 2, 2023](https://www.brimit.com/blog/training-up-tomorrows-sitecore-mvps)

[!\[Going Headless. Part 2: When a Headless CMS Is Your Best Bet (if you have Sitecore)\](https://www.brimit.com/-/jssmedia/project/brimit/blog/2022/headless/adobestock_456986731.jpg)
#How-toDXPE-commerce
##### Going Headless. Part 2: When a Headless CMS Is Your Best Bet (if you have Sitecore)
Discover how a headless CMS can benefit organizations that use Sitecore.
Daniil Raschupkin, Palina Trokhautsava on September 15, 2022](https://www.brimit.com/blog/going-headless-part-2-when-a-headless-cms-is-your-best-bet-if-you-have-sitecore)

![](https://bat.bing.net/action/0?ti=187017043&amp;tm=gtm002&amp;Ver=2&amp;mid=4e382069-09ed-4147-8364-b84fb79e347a&amp;bo=2&amp;gtm_tag_source=1&amp;pi=0&amp;lg=en-US&amp;sw=800&amp;sh=600&amp;sc=24&amp;nwd=1&amp;tl=Sitecore%20DXP%3A%20E-Commerce%20Transactional%20Emails%20with%20Sitecore%20Send%20and%20OrderCloud&amp;kw=sitecore,send,emails,commerce,order%20cloud&amp;p=https%3A%2F%2Fwww.brimit.com%2Fblog%2Fsitecore-send-transactional-emails&amp;r=&amp;lt=328&amp;evt=pageLoad&amp;sv=2&amp;asc=D&amp;cdb=AQAY&amp;rn=721183)