There are two modes email can be sent with the plugin:
- simple emails are sent through STS;
- email with anything that STS doesn’t support (custom headers, attachments, etc) are sent through fallback function, that is simply copy of native
wp_mail()
function.
For former plugin doesn’t set from name at all. For latter it default to WordPress
and goes through those filters you found.
Since neither fits your description I think it is simply email client, that you are checking this with, is taking part of email to show as (missing) name.
So this is not something you currently do, because wp_mail_from_name
filter is not used by plugin’s code. But it should be. I claim “it’s beta” defence and off to create ticket so this is corrected in next version. Sorry for inconvenience!
Related Posts:
- MailChimp integration that allows users to select from multiple lists [closed]
- How to send an automated email to the customers when product is added woocommerce
- Looking for a way that will collect visitors emails before letting them view the blog posts [closed]
- }catch (ex){} showing in header [closed]
- Alternate email sending service – eg: AWS SES [closed]
- Import Recent Posts Only and Ignore old ones if exist
- How to populate a Mailchimp newsletter with latest events from WordPress plugin EventOn?
- Integrate Mailchimp to a Contact Form 7 contact form [closed]
- Allow users to download media files directly from Amazon S3 (AWS plugin)
- Woocommerce Add Variation Product to Cart from custom link [closed]
- Plugin Development: WPMU or WP?
- Plugin to restrict non-admin user to existing tags
- What are these entries in the database? Looks similar to JSON
- Add content to /wp-admin/plugin-install.php admin screens
- How to make sure a wp-cron job runs
- Need a function for changing saved post_date or post_date_gmt to relative time in wordpress
- Two embedded gallery in one post
- Open external links in a new window
- Activate Plugin which is in subfolder?
- Can’t use /wp-json/wp/v2/plugins API endpoint even as administrator
- Is there a plugin to display certain posts on certain pages? [closed]
- Custom Shipping method not showing in checkout
- REST-API: extend media-endpoint
- How to move the code injected by a plugin below the default WordPress code? [closed]
- How to get popular post from across a network?
- Seaweed Plugin not working
- Can I share predefined fonts from theme_support with a gutenberg component?
- How can I create a simple interface for my WP plugin?
- how to include a simple jquery file into a wordpress plugin
- Where does WordPress register default scripts like jQuery?
- How to get subscription key or id using Woocommerce Subscriptions [closed]
- Front End Plugin for User Management [closed]
- Determine Registered Admin Menus
- Removing plugin settings from database
- Implement Autocomplete for a custom field on WordPress Plugin Frontend
- Help With MySQL to WPDB Query Conversion
- code is working properly in Core PHP but writing coding in WordPress
- Check for security updates
- How can I fix the mixed content problems of the kk star ratings plugin?
- Custom plugin init action causing general slowness
- Create page from plugin, but have it completely hidden
- Change get_current_user_id code to the author’s profile
- Is there a premium plugin for appointment reservation? [closed]
- wp e-commerce sort by stock [closed]
- How to get the permanent link in a plugin?
- do add_action on condition
- Duplicate results are displayed in a custom plugin [closed]
- Need a wordpress plugin to show tutorial difficulty [closed]
- Plugin is a widget, but I want to call it in the head, can I?
- Plugin that provides the [edit] shortcode?
- How do I get the Twitter Tools widget to display my tweets?
- Loop in elementor custom widget not working
- Change text string in a plugin
- How to include files relative to a file’s directory
- track all external links on blog via username
- How to access OOP plugin function inside themes or other plugin
- Contact Form 7 “non-selectable” options in a drop down [closed]
- How to add custom text editor in add post section?
- Anyone know of a plugin for WordPress that uses osCommerce? [closed]
- Minimalistic schedular
- Is it possible/advisable to set last stable version to previous version?
- Rename existing cpt and taxonomy with new textdomain
- FacetWP breaks jQuery events
- Getting infinite scrolling working on my custom template
- Filter Content on Ultimate Membership plugin based on the Country Field Form
- How do I display PHP file contents on front end of WordPress?
- How to apply to hide TinyMCE (wp_editor) on button click
- Plugins custom table not being created on activation
- Facing Problem with admin-ajax.php URL – Getting 404 with AJAX call
- How to overwrite a plugin?
- jQuery Ajax not loading page with ACF fields
- How can I translate something in my class constructor of my plugin in WordPress?
- Which post/page an image is attached to
- Theme that includes a “core” plugin but the files in theme and child folder ignored
- Use buddypress function outside of plugin
- Woocommerce Attribute price for non-variations
- My wp database has been hacked
- No result after wpdb->insert
- How can I disable access to plugin settings in wp admin for other roles
- Searchable Semi Random Number Generator on User Profiles
- Fetching users data from REST API
- Automatically check “Enable stock management at product level” to the existing products?
- Save Post Permalink In .txt File
- Renamed plugin folder and when I changed back nothing was activated
- Tortoise SVN showing ‘Access to ‘/!svn/me” forbidden error.
- Customize CSS for “Swipebox ” lightbox
- Best use adding user generated JS/CSS to a theme with a plugin
- Plugin program: JQuery not working in this plugin
- Slick Social Share Buttons plug-ins with Responsive theme – number of tweets link problem
- Managing users / external login
- Jquery UI implementation [closed]
- Windows 10 Printer that Sends to WordPress [closed]
- Why haven’t I see plugins using get_file_data to handle retrieving plugin version?
- fatal erro in one line if statment in wordpress plugin [Solved]
- Add different sizes packaging boxes to orders plugin
- Can’t use updated variables in handle function
- Achieve the following layout
- Change email notification language based on the site language in WPForms
- Relationship field only loads items to administrator
- Is it possible to create post in wordpress using postman?