mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Email hosts white list or black list can be managed through hostnames.
From
8fd5aeea2c
https://github.com/xpressengine/xe-core/issues/1343
8 lines
No EOL
245 B
XML
8 lines
No EOL
245 B
XML
<query id="deleteManagedEmailHost" action="delete">
|
|
<tables>
|
|
<table name="member_managed_email_hosts" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="email_host" var="email_host" notnull="notnull" />
|
|
</conditions>
|
|
</query> |