---
title: PingID SDK (May 31, 2021)
description: PingID SDK has been extended to support use of your organization's own trusted email domains and email addresses, using the PingID SDK APIs. This reinforces trust from the customer and also from the receiving servers. The APIs provide a further option to configure DKIM and SPF verification for outbound emails.
component: pingid
page_id: pingid:release_notes:pid_sdk_may_31_2021
canonical_url: http://docs.pingidentity.com/pingid/release_notes/pid_sdk_may_31_2021.html
revdate: January 30, 2024
section_ids:
  enhancements: Enhancements
  customization-and-trust-of-email-domains-via-pingid-sdk-apis: Customization and trust of email domains via PingID SDK APIs
---

# PingID SDK (May 31, 2021)

## Enhancements

### Customization and trust of email domains via PingID SDK APIs

PingID SDK has been extended to support use of your organization's own trusted email domains and email addresses, using the PingID SDK APIs. This reinforces trust from the customer and also from the receiving servers. The APIs provide a further option to configure DKIM and SPF verification for outbound emails.

|   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | As part of this feature upgrade, email template IDs have changed. Template locales are modified so that every occurrence of an underscore ("\_") character is replaced with a hyphen ("-").To reduce confusion, the creation of unusable or invalid templates is no longer allowed. Some invalid templates have been deleted. This includes:- Templates that don't contain the required `${otp}` parameter, either in the subject or in the email body.

- Templates that are missing "from" or "reply-to" addresses, or have an invalid address. |

In the PingID SDK developer's guide, see:

* [Trusted email domains](https://apidocs.pingidentity.com/pingid-sdk/guide/server-api/pid_c_SDKapiEmailDomains/)

* [Trusted email addresses](https://apidocs.pingidentity.com/pingid-sdk/guide/server-api/pid_c_SDKapiEmailAddress/)

* [Email templates](https://apidocs.pingidentity.com/pingid-sdk/guide/server-api/pid_c_SDKapiEmailTemplates/)

* [Authenticate with email](https://apidocs.pingidentity.com/pingid-sdk/guide/server-api/pid_c_SDKemailDevicesAuthenticate/)
