# BR-DE-28 Seller email should be shaped like an email address

XRechnung warns when seller email (BT-43) does not contain exactly one @ sign with valid surrounding characters.

## Problem Description

XRechnung warns when seller email (BT-43) does not contain exactly one @ sign with valid surrounding characters.

> **WARNING**: XRechnung 3.0

## Context and Significance

A syntactically plausible contact email reduces manual clarification loops with public recipients.

## Solution

Use a reachable address such as invoice@example.com and remove spaces, trailing dots, or placeholders.

- validate
- convert

## Valid Examples

- BT-43 = invoice@example.com

## Invalid Examples

- BT-43 = invoice@
- BT-43 = invoice.example.com

## Technical Details

### Affected Fields
BT-43 Seller contact email address

## Related Rules

- [BR-DE-7](/resources/kosit-validator-errors/br-de-7-buyer-name-must-be-provided)

## Validation Tools

- [Official KoSIT Validator](https://erechnungsvalidator.service-bw.de/): Validate your XRechnung files against all BR-DE rules.
- [Convert PDF to XRechnung](/pdf-to-xrechnung): Automatic validation error fixes when converting.

## Related Resources

- [Official Specification](https://xeinkauf.de/xrechnung/)
- [Test Suite](https://github.com/itplr-kosit/xrechnung-testsuite)
- [Complete Error List](/resources/kosit-validator-errors): Overview of all German XRechnung validation rules.
