You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

96 lines
3.4 KiB

{capture name="display"}
<table align="left" border="0" width="100%" cellspacing="0" cellpadding="2" class="grid">
<tr align="center" valign="middle" >
<td height="50" colspan="3" class="formHed">
<img src="imgSite/Address book.png" width="24" height="24" align="absmiddle">
<span class="formHed">CONFIGURAÇÃO DE CAMPANHA MAIL</span>
</td>
</tr>
<tr>
<th colspan="2" align="center"><span style="font-size: 1.4em">Parametros Gerais</span></th>
</tr>
<tr>
<th align="left">SMTP Servidor</th>
<td>
<input name="host_param" type="text" value="{$param.host_param}" size="40" maxlength="150"/>
<input name="id_param" type="text" value="{$param.id_param}" hidden/>
</td>
</tr>
<tr>
<th align="left">SMTP Usu&aacute;rio</th>
<td>
<input name="user_param" type="text" id="user_param" value="{$param.user_param}" size="40" maxlength="50"/>
</td>
</tr>
<tr>
<th align="left">SMTP Senha</th>
<td><input name="password_param" type="password" value="{$param.senha_param}" size="40" maxlength="150"/></td>
</tr>
<tr>
<th align="left">SMTP Porta</th>
<td>
<input name="port_param" type="text" value="{$param.port_param}" size="10" maxlength="10"/>
</td>
</tr>
<tr>
<th align="left">SMTP Secure (TLS)</th>
<td>
<input name="secure_param" type="text" value="{$param.secure_param}" size="10" maxlength="10" placeholder="TLS"/>
</td>
</tr>
<tr>
<th align="left">SMTP Charset</th>
<td>
<input name="charset_param" type="text" size="10" maxlength="10" value="{$param.charset_param}" placeholder="UTF8"/>
</td>
</tr>
<tr>
<th align="left">SMTP AUTH</th>
<td>
<input name="auth_param" type="checkbox" value="1" size="10" maxlength="10" {if $param.auth_param}checked{/if} />
</td>
</tr>
<tr>
<td colspan="3">
<h1></h1>
</td>
</tr>
<tr>
<th colspan="4" align="center" valign="top"><span style="font-size: 1.4em">E-mail de Apresentação de Envio</span></th>
</tr>
<tr>
<th align="left">E-mail From</th>
<td>
<input name="from_param" type="text" id="email_insert" value="{$param.from_param}" size="40" maxlength="50" style="width:300px" title="Informe Email/Nome: user@dominio.com.br;Simples IP. Ou apenas o email: simples@simplesip.com.br!">
</td>
</tr>
<tr>
<td colspan="3">
<h1></h1>
</td>
</tr>
<tr>
<th align="left">Salvar Configurações</th>
<td>
<input type="submit" name="bt_gravar" id="bt_gravar" value="Salvar" style="width:80px"/>
</td>
</tr>
<tr align="center">
<td style="height:17px;" colspan="2"><span id="msgErro" style="height:60px; width:100%; font-size:11px; font-weight:bold; color: {$flash[1]}">{$flash[0]}</span></td>
</tr>
</table>
{/capture}