v3.25.2

Getting Started Devices Gateways The Things Stack Integrations Reference
Get The Things Stack

Reference

    Overview
  • Adaptive Data Rate
  • API
  • Application Packages
  • Billing with Stripe
  • Command-Line Interface
  • Components
  • Configuration
  • Data Retention and Privacy
  • Device Claiming Configuration
  • Email Templates
    • Available Templates
    • Overriding Templates
  • Federated Authentication
  • Frequency Plans
  • FUOTA
  • Gateway RTT
  • Glossary
  • ID and EUI Constraints
  • Last Activity
  • LoRa Basics Station Implementation Guide
  • LoRaWAN Join Server Configuration
  • Packet Broker Routing
  • Packet Forwarders
  • Rate Limiting
  • Resource Limiting
  • Root Certificates
  • The Things Network

Email Templates

Removed in 3.19

Email templates define the contents of the emails that The Things Stack sends to its users. They allow network operators to override the default contents of the emails with their own custom contents.

This is the reference for Email Templates.

It covers the available templates and shows how to override them.

Who is it for?

Email templates are targeted at network operators that would like to customize the emails that The Things Stack sends to its users.

Typical use cases

  1. Adding additional styling to the default text-only emails that The Things Stack sends.
  2. Translating the emails The Things Stack sends to its users (applies deployment-wide).

How does it work?

Email templates override the default emails that The Things Stack sends by providing custom template files written in Go’s html/template format. The templates are retrieved when The Things Stack sends the first email of a certain type, and then are cached until it is restarted. See Available Templates and Overriding Default Templates.

← Device Claiming Configuration Available Templates →

On this page

  • Who is it for?
  • How does it work?

The Things Stack

Getting Started

Devices

Gateways

The Things Stack

Integrations

Reference

Contributing

GitHub

Forum

About Us

The Things Network

The Things Industries

About this page

Last changed by Hylke Visser on 12 May 2022.
Remove references to customizable email templates (#861)

Edit on Github