You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPLOY.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Freemail Version 2 Deployment Guide
1
+
# Open-Temp-Mail Deployment Guide
2
2
3
-
This guide provides step-by-step instructions to deploy the Freemail Version 2 application to Cloudflare Workers. It covers everything from setting up your environment to rigorous verification.
3
+
This guide provides step-by-step instructions to deploy the Open-Temp-Mail application to Cloudflare Workers. It covers everything from setting up your environment to rigorous verification.
4
4
5
5
## Prerequisites
6
6
@@ -71,7 +71,7 @@ Navigate to the project directory and install dependencies.
71
71
72
72
1. Open your terminal in the `version 2` folder of your project:
73
73
```bash
74
-
cd"path/to/freemail/version 2"
74
+
cd"path/to/open-temp-mail"
75
75
```
76
76
2. Install project dependencies:
77
77
```bash
@@ -162,7 +162,7 @@ Now, build the frontend and deploy the full stack to Cloudflare.
162
162
```
163
163
164
164
3. **Success!**
165
-
The terminal will output your Worker's URL, e.g., `https://freemail-v2.your-subdomain.workers.dev`.
165
+
The terminal will output your Worker's URL, e.g., `https://open-temp-mail.your-subdomain.workers.dev`.
166
166
167
167
---
168
168
@@ -180,13 +180,13 @@ To receive emails, you must configure Cloudflare Email Routing.
180
180
6. Click **Create Custom Address**.
181
181
- **Custom Address**: Enter `*` (Catch-all) to receive emails for any address (e.g., `anything@yourdomain.com`).
182
182
- **Action**: `Send to a Worker`.
183
-
- **Destination**: Select your newly deployed Worker (`freemail-v2`).
183
+
- **Destination**: Select your newly deployed Worker (`open-temp-mail`).
184
184
7. Click **Save**.
185
185
186
186
### 7.2 Verify Deployment
187
187
188
188
1. Open your Worker URL in a browser.
189
-
2. You should see the Freemail login page.
189
+
2. You should see the Open-Temp-Mail login page.
190
190
3. Login with `admin` and the password you set in **Step 5**.
191
191
4. Try creating a random mailbox to test database connectivity.
192
192
5. Try sending an email to that mailbox (from an external account like Gmail) to test Email Routing.
0 commit comments