=== Custom New User Email Template === Contributors: Logicrays, priteshm Tags: new user notification, registration email, welcome mail, new user, user registration Requires at least: 5.2 Tested up to: 7.0 Stable tag: 1.1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Customize new user registration emails sent by WordPress. == Description == Custom New User Email Template is a lightweight and powerful WordPress plugin designed to give you complete control over the registration emails sent to both new users and site administrators. By default, WordPress sends generic registration emails that cannot be easily modified. This plugin resolves that issue by providing a simple settings page where you can customize the email subject, sender name, sender email address, and message body using a standard WordPress rich-text editor. = Key Features = * **Custom User Welcome Emails:** Create personalized welcome emails for new registrants with your branding. * **Custom Admin Notifications:** Customize the notification emails sent to site admins when new users sign up. * **Dynamic Shortcodes:** Insert user details on the fly using built-in shortcodes. * **HTML Email Support:** Send formatted and styled HTML emails instead of plain text. * **Easy Configuration:** Access all settings from a single, clean settings page under Settings > Registration Email. = Available Shortcodes = * `[cnut-display-name]` - The display name of the newly registered user. * `[cnut-user-login]` - The username of the newly registered user. * `[cnut-user-email]` - The email address of the newly registered user. * `[cnut-reset-password-url]` - The secure URL for the user to set their password. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/custom-new-user-email-template` directory, or install the plugin directly through the WordPress plugins screen. 2. Activate the plugin through the 'Plugins' screen in WordPress. 3. Navigate to **Settings > Registration Email** to customize your templates. == Frequently Asked Questions == = Where can I configure the email templates? = Once the plugin is activated, navigate to **Settings > Registration Email** in your WordPress dashboard. Here you can edit the subjects, sender information, and email body templates for both users and administrators. = What shortcodes are available to use in the templates? = You can use the following shortcodes to pull in user details dynamically: * `[cnut-display-name]` - The display name of the registered user. * `[cnut-user-login]` - The username of the registered user. * `[cnut-user-email]` - The email address of the registered user. * `[cnut-reset-password-url]` - The URL link for the user to securely set their password. = Does this plugin support HTML formatted emails? = Yes, the plugin sends emails in `text/html` format, allowing you to use standard HTML tags and styled layouts within the rich-text editors. = Can I customize the notification email sent to the site admin? = Yes, the plugin provides a dedicated section on the settings page to customize the subject, sender information, and email body of notifications sent to the site administrator upon new user registrations. = Does this plugin send plain text passwords? = No. For security reasons, the plugin follows WordPress best practices by sending a secure reset-password link (`[cnut-reset-password-url]`) so that the user can safely set their password on your website. == Changelog == = 1.1.1 = * Updated tested up to WordPress 7.0. * Added version parameter to enqueued stylesheet. = 1.1 = * Fixed the text translation issues. * Fixed text-domain related issues. = 1.1.0 = * Some css issue fixed = 1.0.0 = * Initial release