# Email 💌

Dope.SKI allows you to receive **instant PayPal payment notifications** directly in your email inbox. Follow these simple steps to set it up.

### 🚀 Step-by-Step Guide

#### **Step 1: Configure PayPal IPN**

1️⃣ **Log in** to your PayPal account.\
2️⃣ **Go to your settings** (top right corner).\
3️⃣ Click on **"Seller Tools"**.\
4️⃣ Select **"Instant Payment Notification"** (or [click here](https://www.paypal.com/cgi-bin/webscr?cmd=_profile-ipn-notify)).

#### **Step 2: Set Up Email Notifications**

5️⃣ In the **IPN URL field**, paste the following link:

```
https://ipn.dope.ski/ipn/YOUR-EMAIL-ADDRESS  
```

🔹 Replace **YOUR-EMAIL-ADDRESS** with the email where you want to receive notifications.

✅ Done! Now, every time you receive a PayPal payment, you will get a detailed email notification.

{% hint style="warning" %}
Warning: Sometime the alert email can be found in your SPAM, please verify this. Our email address is: <no-reply@dope.ski>
{% endhint %}

***

If you have any issues, feel free to contact us:\
📧 <contact@dope.ski>\
📲 [Telegram Support](https://t.me/modules)\
🎯 Discord: <https://discord.gg/ipn>


---

# 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://dopeski.gitbook.io/docs/ipn-setup/email.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.
