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
5 lines
No EOL
232 B
XML
5 lines
No EOL
232 B
XML
<table name="member_managed_email_hosts">
|
|
<column name="email_host" type="varchar" size="250" notnull="notnull" primary_key="primary_key" />
|
|
<column name="regdate" type="date" />
|
|
<column name="description" type="text" />
|
|
</table> |