rhymix/modules/member/queries/getManagedEmailHosts.xml
MinSoo Kim 7583bfd56f #1343 Email hosts of members can be allowed or not.
Email hosts white list or black list can be managed through hostnames.

From
8fd5aeea2c
https://github.com/xpressengine/xe-core/issues/1343
2015-03-24 20:32:13 +09:00

8 lines
No EOL
179 B
XML

<query id="getManagedEmailHosts" action="select">
<tables>
<table name="member_managed_email_hosts" />
</tables>
<columns>
<column name="email_host" />
</columns>
</query>