Skip to main content

Managing Tags

Tags provide a lightweight way to categorize emails for filtering, debugging, and reporting across your Mailofly account.

Adding Tags to Outgoing Emails

Pass tags as an object of key-value string pairs in your API or SDK send call:

Filtering by Tags in Activity Logs

In the Activity Logs view:
  1. Click Add Filter → select Tag.
  2. Enter the key and value (e.g. category = auth).
  3. Only log entries with matching metadata will be displayed.

Tag Constraints

  • Key length: Up to 64 characters (alphanumeric, dashes, and underscores).
  • Value length: Up to 256 characters.
  • Maximum tags per email: 10 pairs.