Custom New User Email Template

外掛說明

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.

安裝方式

  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.

常見問題集

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.

使用者評論

2021 年 7 月 2 日
For some reasons, standard email contains 2 URL, the one for defining the password, but also the login URL which is confusing for many people. This plugin allows to very easily customize the emails sent to the new user and to admin.
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Custom New User Email Template〉的開發相關工作。

參與者

將〈Custom New User Email Template〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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