SenderResolver
Magento\Email\Model\Template\SenderResolver
What it does
This class resolves email sender information by retrieving sender name and email from Magento's configuration based on a sender identifier (like 'general', 'sales', 'support').
Developers use this when sending transactional emails to convert a sender identifier string into actual name and email values, or to validate sender data arrays.
It retrieves the sender details from the store configuration at 'trans_email/ident_{sender}' paths.
Public Methods
- resolve()