{include file="file:$templatedir/header.html" _adminview="1" _viewmenu="admin"}
{csrf}
{l}管理者設定{/l} > {l}メールサーバ設定{/l} > {l}メールサーバ設定確認{/l}
{include file="file:$templatedir/left_admenu.html" }
{l}メールサーバ設定確認{/l}
{l}以下の内容で設定します。よろしいですか?{/l}
{l}送信メールサーバ(SMTP){/l} {l}ホスト{/l}:{$form.smtp_host|word_breaker|neo_emoji}
{l}ポート{/l}:{$form.smtp_port}
{l}送信メールヘッダー{/l}{l}({/l}{l}Message-IDヘッダーを{/l}{if $form.smtp_msgid == $smarty.const.VAL_COMMON_FLAG_ON}{l}使用する{/l}{else}{l}使用しない{/l}{/if}{l}){/l}
{l}メール送信時の認証{/l} {if $form.auth_kind == $smarty.const.VAL_SYSTEM_SMTPAUTH_NONE} {l}認証しない{/l}
{elseif $form.auth_kind == $smarty.const.VAL_SYSTEM_POP_BEFORE_STMP} POP before SMTP
{l}受信サーバ(サーバ名){/l}:{$form.pop_host|word_breaker|neo_emoji}
{l}受信サーバ(ポート){/l}:{$form.pop_port|word_breaker|neo_emoji}
{l}ユーザーID{/l}:{$form.pop_auth_id|word_breaker|neo_emoji}
{l}パスワード{/l}:{$smarty.const.STR_DEFAULT_PASSWORD}
{l}認証方式{/l}:{if $form.pop_auth_kind == $smarty.const.VAL_COMMON_FLAG_ON}{l}APOP{/l}{else}{l}標準{/l}{/if}
{elseif $form.auth_kind == $smarty.const.VAL_SYSTEM_SMTPAUTH} {l}SMTP認証{/l}
{l}ユーザーID{/l}:{$form.smtp_auth_id|word_breaker|neo_emoji}
{l}パスワード{/l}:{$smarty.const.STR_DEFAULT_PASSWORD}
{l}認証方式{/l}:LOGIN
{else}
{/if}

{l}各機能のメール送信{/l} {if $form.send_mail == $smarty.const.VAL_COMMON_FLAG_ON}{l}使用する{/l}{else}{l}使用しない{/l}{/if}
    
{include file="file:$templatedir/footer.html"}