promailer 1.0.2 → 1.0.4
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,7 +85,9 @@ This function sends an email using the configured transporter.
|
|
|
85
85
|
|
|
86
86
|
Returns a Promise that resolves to a success message with the email message ID if the email is sent successfully.
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
### Author : Kailash Mewada
|
|
89
|
+
|
|
90
|
+
---
|
|
89
91
|
## License
|
|
90
92
|
|
|
91
93
|
This project is licensed under the [ISC License](LICENSE).
|