{if $_A.query_type == "log"}
{$MsgInfo.admin_email_log_name}
{ list module="users" function="GetEmailLogList" var="loop" username=request email=request} {foreach from=$loop.list item="item"} {/foreach} { /list}
{$MsgInfo.admin_email_name_id} {$MsgInfo.admin_email_name_username} {$MsgInfo.admin_email_name_email} {$MsgInfo.admin_email_name_sendemail} {$MsgInfo.admin_email_name_title} {$MsgInfo.admin_email_name_status} {$MsgInfo.admin_email_name_msg} {$MsgInfo.admin_email_name_addtime} {$MsgInfo.admin_email_name_addip}
{ $item.id} {$item.username|default:-} {$item.email} {$item.send_email} {$item.title} {if $item.status==0}{$MsgInfo.admin_name_wait}{elseif $item.status==1}{$MsgInfo.admin_name_success}{else}{$MsgInfo.admin_name_false}{/if} 查看 {$item.addtime|date_format:"Y-m-d H:i:s"} {$item.addip}
{/literal}
{$MsgInfo.users_name_username}: {$MsgInfo.users_name_email}:
{$loop.pages|showpage}
{elseif $_A.query_type == "active"}
{$MsgInfo.admin_email_active_name}
{ list module="users" function="GetEmailActiveList" var="loop" username=request email=request} {foreach from=$loop.list item="item"} {/foreach} { /list}
{$MsgInfo.admin_email_name_id} {$MsgInfo.admin_email_name_username} {$MsgInfo.admin_email_name_activeemail} {$MsgInfo.admin_email_name_status} {$MsgInfo.admin_email_name_addtime} {$MsgInfo.admin_email_name_addip}
{ $item.id} {$item.username|default:-} {$item.email} {if $item.status==0}{$MsgInfo.admin_name_wait}{elseif $item.status==1}{$MsgInfo.admin_name_success}{else}{$MsgInfo.admin_name_false}{/if} {$item.addtime|date_format:"Y-m-d H:i:s"} {$item.addip}
{/literal}
{$MsgInfo.users_name_username}: {$MsgInfo.users_name_email}:
{$loop.pages|showpage}
{else}
{$MsgInfo.admin_email_name}
{$MsgInfo.admin_email_con_host}:
端口号:
{$MsgInfo.admin_email_con_auth}:
{input type="radio" name="con_email_auth" value="1|是,0|否" checked="$_A.system_result.con_email_auth"}
是否启用立即发送:
{input type="radio" name="con_email_now" value="1|是,0|否" checked="$_A.system_result.con_email_now"}(启用的话将会很占服务器)
{$MsgInfo.admin_email_con_url}:
{$MsgInfo.admin_email_con_password}:
{$MsgInfo.admin_email_con_from}:
{$MsgInfo.admin_email_con_from_name}:
{$MsgInfo.admin_email_con_check}:
{input type="radio" name="con_email_check" value="0|否,1|是" }
{/if}