@geekmidas/emailkit 0.0.1 → 0.0.2

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 CHANGED
@@ -7,7 +7,6 @@ Type-safe email client with SMTP support and React templates.
7
7
  - **Type-Safe Templates**: Templates are provided at construction time with full TypeScript inference for both template names and their corresponding props
8
8
  - **SMTP Support**: Works with any SMTP server via nodemailer configuration
9
9
  - **React Templates**: Uses `react-dom/server` to render React components to HTML
10
- - **Built-in Templates**: Includes common email templates (welcome, password reset, notifications)
11
10
 
12
11
  ## Installation
13
12