-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
79 lines (52 loc) · 2.28 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Custom API Emails Manager
A WordPress plugin that provides an easy-to-use interface for customizing registration and password reset email templates.
Useful for headless WordPress sites.
## Description
Custom API Emails Manager allows WordPress administrators to customize the email templates used for password reset functionality. The plugin provides a user-friendly interface in the WordPress admin panel to modify email subjects and content while supporting HTML formatting and dynamic variables.
## Features
- Customizable password reset email templates
- HTML email support
- Easy-to-use admin interface
- Variable support for dynamic content
- Secure implementation with WordPress standards
- Custom "From" name and email address support
## Installation
Requires the following plugins:
- REST API Password Reset with Code https://en-gb.wordpress.org/plugins/bdvs-password-reset/
1. Download the plugin files
2. Upload the plugin folder to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Navigate to 'Email Templates' in the WordPress admin menu
## Usage
### Accessing the Settings
1. Log in to your WordPress admin panel
2. Navigate to 'Email Templates' in the main menu
3. Configure your email templates
### Available Variables
The following variables can be used in password reset email templates:
- `{code}` - The reset code
- `{expiry}` - The expiration time
- `{site_name}` - Your website name
- `{user_email}` - The user's email address
### HTML Support
- The plugin supports HTML in email content
- Use `<br>` tags for line breaks
- If no HTML is detected, the content will be automatically formatted with paragraphs
## Requirements
- WordPress 5.0 or higher
- PHP 7.0 or higher
## Changelog
### 1.0.0
- Initial release
- Basic email template customization
- Password reset email support
- HTML email support
- Variable replacement functionality
## Support
For support questions, bug reports, or feature requests, please submit an issue through the plugin's repository.
## License
This plugin is licensed under the GPL v2 or later.
## Credits
Developed by [Your Name]
---
**Note:** This plugin is designed to work with WordPress's native password reset functionality and may require additional configuration depending on your specific setup.