Naran No-Reply Mail
Send noreply mail from self-hosted WordPress
by changwoo · github.com/chwnam/naran-no-reply-mail · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/chwnam/naran-no-reply-mail/archive/refs/heads/main.zipReadme
Naran No-Reply Mail
A tiny plugin for sending test mails from your settings page. It does not bother you.
Features
- You can change 'from' address value of sending mails.
- You can test email sending.
How to Setup
IMPORTANT!
Set the constant in your wp-config.php, like:
define( 'NNRM_NO_REPLY_MAIL', 'noreply@your.email.com' );
Optionally, set the constant to adjust filter priority:
define( 'NNRM_PRIORITY', 99999 );
The default is 9999.
How to Use
In the admin settings, you can find 'Test Mail' button after admin email address. Push the button to test emails are sending correctly.
Changelog
1.0.0
2025/06/06
- Initial version.