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: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ A SMTP server that receives emails from any domain without authentication and fo
5
5
> [!NOTE]
6
6
> This is my first major Golang product, so I may not do things the **golang way**, but I am open to feedback. I have used this application privately for the last 6 months, and have received well over **100,000** of pieces of mail (mostly spam, but thats for another day).
7
7
8
-
9
8
## Features
10
9
11
10
### Core SMTP Functionality
@@ -17,27 +16,31 @@ A SMTP server that receives emails from any domain without authentication and fo
-sentry-release string Sentry release version (optional)
147
151
```
148
152
149
-
150
-
151
-
### 🔒 Environment Variables
153
+
### 🔒 Environment Variables
152
154
153
155
You can configure InboundParse using environment variables or command line flags:
154
156
@@ -265,12 +267,12 @@ The service sends a JSON payload to your webhook with comprehensive email data:
265
267
}
266
268
```
267
269
268
-
269
270
## 🤝 Contributing
270
271
271
272
Contributions of all kinds are welcome! See [CONTRIBUTE.md](./docs/CONTRIBUTE.md) for guidelines, and don’t hesitate to open issues, fork, or create PRs.
0 commit comments