mailer-advance 1.0.7 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -117,6 +117,7 @@ When running the service, visit:
|
|
|
117
117
|
- **`http://localhost:3000/contact.html`**: Send test emails with attachments.
|
|
118
118
|
- **`http://localhost:3000/list-configs.html`**: View and manage saved SMTP profiles.
|
|
119
119
|
- **`http://localhost:3000/config.html`**: Add or edit SMTP configurations.
|
|
120
|
+
- **`http://localhost:3000/api-docs`**: Full OpenApi/Swagger documentation for all endpoints.
|
|
120
121
|
|
|
121
122
|
## 📄 API Reference
|
|
122
123
|
|
package/package.json
CHANGED