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)
- plugin code is pulling information from database in one instance and not in other. What is wrong?
- allow photo/video in comments
- Excluding private/protected posts via IP
- Can’t get Gutenberg InspectorControls to work
- Some one is trying to hack my website, Need guidance [closed]
- WordPress premium theme development [duplicate]
- Socialite WP plugin, unable to obtain API keys from FB
- Choose which plugin to run based on user?
- Mass SQL WordPress Meta Key deletion
- Gathering and logging data from a plugin: how to do it without race conditions?
- How to pass the API key to the client from the database? [closed]
- Include a php file from another plugin
- order posts by `meta_key`, Does not display posts that does not have `meta_key`
- How do I make a secure API call from a shortcode when a button is clicked?
- Too many login attempts
- How to change the wp_upload_dir() path in plugin
- Ambrosite Next/Previous Post Link Plus or WP next_post_link to cycle through top level category
- How to add options to the plugin page?
- Odd /wp-admin/admin-ajax.php entries showing in Wassup
- Can the uniqueness of the plugin file/plugin slug and version number be trusted?
- How can I redirect some pages to new subdomain? [closed]
- wp-mail attachment is not sent for no reason?
- Plugin has added weird data in wp_options, set to autoload
- Setting Email locale before retrieving gettext translations
- How to translate WP Blog (search, category etc.)?
- How can I concatenate variables to search results title? [closed]
- Sending customer an email with link to stripe to make payment
- how to execute some code after a post is published in WordPress [duplicate]
- I can’t change permalink in WordPress 4.5.3
- WordPress plugin: efficient way to store large data
- Designing a plugin that uses an iFrame to process data in admin
- Could not add ‘LoginLogout’ link using BAW login logout plugin
- Create a link which allows visitors to disable a plugin?
- login in wordpress using gmail account
- wordpress plugin to manage the layout/design of a theme
- CSS/JS files in WordPress
- How to automatically activate users after registration without activation email?
- Pass PHP variable to javascript
- I want to add member to account in ultimate membership pro
- create pages automatically and dynamically in wordPress
- Make downloadable ebook read online without download option
- How to authenticate via API to allow writes/updates
- WordPress rewrite rule depend on meta values not ids
- JS working when used normally but not in wordpress
- Do i need to use a plugin for third party api integration?
- Removing Plugin Action via Theme for Non-admins
- Problem with wordpress has_action() function
- WordPress – WPBakery – Near Footer jump issue
- Dequeue Table of Content font
- Display Woocommerce attribute name above product title
- In woocommerce, is there any way to empty wordpress default mini cart when order placed?
- Remove special characters from filenames
- Override filter variable not working
- Why activated plugin does not appearing in left side menu bar of WordPress admin area?
- My WordPress admin Lost All admin option, roles & privileges?
- Tracking sales/conversions in Woocommerce using Google Analytics
- WordPress Dashboard shows no plugins installed!
- How to make a website with two types of logins , Sellers and buyers?
- Rogue splash page keeps popping up
- Making a Custom Post Type Plugin – keep getting the white screen of death
- Yoast Seo Plugin meta title not showoing [closed]
- Why doesn’t a form need an ‘action’ with a plugin that uses the post data?
- Hook into install email
- URL RewriteRule doesn’t work when using WP Database Participants in my WordPress website
- Autoloading a PHP class – working outside, but not inside WordPress plugin
- All plugins deactivated. What could cause this?
- Variable passed to each() is not an array
- product_tag to style an image
- Is there a way to include some external script to some or all pages in a wordpress site?
- Plugin activated but plugin files nowhere to be found
- How to load css files in a specific order
- Extra Text in Home URL
- Upload images on 3D shape by customers
- Where to find remaining Boldgrid code in WP database?
- Notifications on WordPress Website [closed]
- how to restore one day before deleted data in wordpress?
- Creating a Freemium plugin in the WordPress Repository
- A splash page on landing page
- I cannot login after installing the wp-login timeout setting plugin
- True/False ACF field returning null by default even if default value is true
- Sanitizing, Validating , etc (Plugin)
- Add_rewrite_rule in HivePress (WordPress plugin/theme)
- How to trigger plugin migration code when plugin updates?
- How to Save Category and Delete Category in same Function
- Accessible ‘List Carousel’ block/pattern?
- WP galleries in posts after import. How do I do it?
- How can I create a drawable image for a contact form
- My site has only one page, and users access my uploaded mp3 files from there – can I analyze access by song title?
- How to append TinyMCE editor in TinyMCE editor’s popup
- What plugin presents these extra columns in wp-admin -> plugins
- How to filter posts with a wp query by a custom dropdown type field with the magic fields plugin