# Overview

{% hint style="warning" %}
**Updated 26 September 2023:** Postman will no longer be onboarding any new programmatic email API user till further notice. **This includes creation of custom email addresses.** All emails sent using Postman will come from the default <mail@info.postman.gov.sg> from address.
{% endhint %}

## Programmatic Email APIs

Our programmatic email APIs allow you to send messages programmatically. Messages are sent to one recipient at a time.

You can use our programmatic email API to send emails typically related to application approvals, OTPs, email receipts, reminders etc.

### Programmatic Email API

We provide a **modern, cost-effective, and compliant PaaS** for to send programmatic emails.

For more info, [see here](/email-api-guide/programmatic-email-api.md).

## Links

* [IM8 Policies](/email-api-guide/overview/im8-policies.md) (hosted on Singapore Government Developer Portal)
* [Connecting your Intranet Application](/email-api-guide/overview/connecting-your-intranet-application.md) (hosted on Singapore Government Developer Portal)
* [API Response Format](/email-api-guide/overview/api-response-formats.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://postman-v1.guides.gov.sg/email-api-guide/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
