magtools/m2-trustedemail

Verify admin user emails

Maintainers

Package info

github.com/magtools/m2-trustedemail

Homepage

Type:magento2-module

pkg:composer/magtools/m2-trustedemail

Statistics

Installs: 392

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.3 2024-09-07 15:21 UTC

This package is auto-updated.

Last update: 2026-03-07 18:28:03 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>