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

0.1.3 2024-09-07 15:21 UTC

This package is auto-updated.

Last update: 2025-08-07 17:18:41 UTC


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>