mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Email hosts white list or black list can be managed through hostnames.
From
8fd5aeea2c
https://github.com/xpressengine/xe-core/issues/1343
10 lines
No EOL
325 B
XML
10 lines
No EOL
325 B
XML
<query id="insertManagedEmailHost" action="insert">
|
|
<tables>
|
|
<table name="member_managed_email_hosts" />
|
|
</tables>
|
|
<columns>
|
|
<column name="email_host" var="email_host" notnull="notnull" />
|
|
<column name="regdate" default="curdate()" />
|
|
<column name="description" var="description" default="" />
|
|
</columns>
|
|
</query> |