Discover Packages
github.com/axllent/mailpit
internal
spamassassin
postmark
package
Version:
v1.13.3
Opens a new window with list of versions in this module.
Published: Feb 9, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Response struct {
Success bool `json:"success"`
Message string `json:"message"`
Score string `json:"score"`
Rules []Rule `json:"rules"`
Report string `json:"report"`
}
Response struct
Check will post the email data to Postmark
type Rule struct {
Score string `json:"score"`
Name string `json:"name"`
Description string `json:"description"`
}
Rule struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.