---
title: mail
description: Internet mail addresses in Mailbox form, as described in RFC 2821 .
component: pingds
version: 8.1
page_id: pingds:schemaref:at-mail
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/at-mail.html
---

# mail

Internet mail addresses in Mailbox form, as described in [RFC 2821](https://www.rfc-editor.org/rfc/rfc2821.html) .

The server stores mail addresses as UTF-8 directory strings, and thus is more permissive than the RFC. The server does not ensure that mail addresses conform to RFC 2821. If other mail applications require ASCII mail addresses, you must make sure all applications that update this attribute respect that requirement.

Be aware that matching is case-insensitive: `(mail=bjensen@example.com)` matches `BJENSEN@example.com`

|                             |                                                                                                               |
| --------------------------- | ------------------------------------------------------------------------------------------------------------- |
| *OID*                       | 0.9.2342.19200300.100.1.3                                                                                     |
| *Names*                     | mail, rfc822Mailbox                                                                                           |
| *Description*               | The email address, including internationalized addresses (changed from the standard which only allowed ascii) |
| *Syntax*                    | [DirectoryString](s-DirectoryString.html)                                                                     |
| *Equality matching rule*    | [caseIgnoreMatch](mr-caseIgnoreMatch.html)                                                                    |
| *Ordering matching rule*    | [caseIgnoreOrderingMatch](mr-caseIgnoreOrderingMatch.html)                                                    |
| *Substring matching rule*   | [caseIgnoreSubstringsMatch](mr-caseIgnoreSubstringsMatch.html)                                                |
| *Single value*              | false: multiple values allowed                                                                                |
| *User modification allowed* | true                                                                                                          |
| *Usage*                     | userApplications                                                                                              |
| *Origin*                    | [RFC 4524](https://datatracker.ietf.org/doc/html/rfc4524)                                                     |
| *Schema file*               | 00-core.ldif                                                                                                  |
| *Used by*                   | [inetOrgPerson](oc-inetOrgPerson.html), [mailGroup](oc-mailGroup.html), [pilotPerson](oc-pilotPerson.html)    |
