-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
## Real-time notifications from [Postmark][11] [webhooks][12] | ||
|
||
⚡ Receive notifications via webhooks | ||
|
||
⚡ Save events in MySQL / PostgreSQL / SQLite | ||
|
||
### Best use-case | ||
|
@@ -17,7 +18,7 @@ sending transactional emails to a fake/bad email address | |
|
||
### Features | ||
|
||
Version: `0.1.0` | ||
Version: `0.1.1` | ||
|
||
| Message type | Supported | | ||
| ------------- | ------------------ | | ||
|
@@ -28,7 +29,7 @@ Version: `0.1.0` | |
### Setup | ||
|
||
- You need a MySQL / PostgreSQL instance, or you can use SQLite | ||
- Download the binary `go install github.com/piLinux/postmark@latest` | ||
- Download the binary `go install github.com/pilinux/postmark@latest` | ||
- Create a free project on [Sentry][13] to track errors | ||
- Choose `Go` as the platform | ||
- Save the `DNS` (format: `https://[email protected]/secret_number`) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/piLinux/postmark | ||
module github.com/pilinux/postmark | ||
|
||
go 1.17 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters