magtools / m2-trustedemail
Verify admin user emails
Package info
github.com/magtools/m2-trustedemail
Type:magento2-module
pkg:composer/magtools/m2-trustedemail
0.1.3
2024-09-07 15:21 UTC
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>