A simple plugin to update URLs or other text in a database.
About WP Mail From II
This plugin allows you to customize the email address and name used for emails sent by WordPress. It is an updated version of a previous plugin and is compatible with the latest versions of WordPress. It adds a section in the Settings menu and uses filter hooks to modify the email headers.Screenshots

Changelog
2.0
- Add default values as placeholders in admin fields.
- New method of getting sitename in WordPress 5.5+
1.2
- Make admin field labels clickable. Props Viktor Szépe.
- Remove deprecated
screen_icon().
1.1.1
- Added Hungarian translation. Props Viktor Szépe.
- Bump WordPress requirements.
1.1
- Added options to override the default WordPress email address and admin email address.
- Added ‘wp_mailfrom_ii_default_from’ filter so you can add compatibility if the pluggable wp_mail() function is altered to use a different default email address.
- Delete plugin options when uninstalled.
- Reworked as a singleton class.
- Remove filter support for original WP MailFrom plugin.
1.0.2
- Only set email address and name if overwriting the default WordPress values.
1.0.1
- Correctly style “save settings” button.
1.0
- Pretty much re-coded from scratch – now based around a core WP_MailFrom_II class.
- Uses the WordPress Settings API.
- Stores name and email as
wp_mailfrom_ii_nameandwp_mailfrom_ii_emailoptions. Upgrade support is provided for old options.
