magtools / m2-trustedemail
Verify admin user emails
Installs: 159
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
- magtools/m2-core: *
README
Add the followind config to one of your modules:
<!-- app/code/YourNamespace/YourModule/etc/config.xml -->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/config.xsd">
<default>
<mtools>
<trusted_email>
<domain_list>example.com,mydomain.com</domain_list>
</trusted_email>
</mtools>
</default>
</config>