mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-10 16:32:27 +00:00
![Horus68](/assets/img/avatar_default.png)
Copyright notice update for hotfix branch Changes: - Year - Double spaces - Brand fix for SalesAgility Ltd. (was Salesagility Ltd) Created from latest hotfix branch.
151 lines
9.7 KiB
Smarty
Executable file
151 lines
9.7 KiB
Smarty
Executable file
{*
|
|
/**
|
|
*
|
|
* SugarCRM Community Edition is a customer relationship management program developed by
|
|
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
|
*
|
|
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
|
|
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it under
|
|
* the terms of the GNU Affero General Public License version 3 as published by the
|
|
* Free Software Foundation with the addition of the following permission added
|
|
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
|
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
|
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
* details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License along with
|
|
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
|
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
* 02110-1301 USA.
|
|
*
|
|
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
|
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
|
*
|
|
* The interactive user interfaces in modified source and object code versions
|
|
* of this program must display Appropriate Legal Notices, as required under
|
|
* Section 5 of the GNU Affero General Public License version 3.
|
|
*
|
|
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
|
* these Appropriate Legal Notices must retain the display of the "Powered by
|
|
* SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not
|
|
* reasonably feasible for technical reasons, the Appropriate Legal Notices must
|
|
* display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
|
|
*/
|
|
*}
|
|
<div id="outboundServers">
|
|
<form id="outboundEmailForm">
|
|
<input type="hidden" id="mail_id" name="mail_id">
|
|
<input type="hidden" id="type" name="type" value="user">
|
|
<input type="hidden" id="mail_sendtype" name="mail_sendtype" value="SMTP">
|
|
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="edit view">
|
|
<tr>
|
|
<td scope="row" width="15%" NOWRAP>
|
|
{$app_strings.LBL_EMAIL_ACCOUNTS_NAME}:
|
|
<span class="required">
|
|
{$app_strings.LBL_REQUIRED_SYMBOL}
|
|
</span>
|
|
</td>
|
|
<td width="35%">
|
|
<input type="text" class="input" id="mail_name" name="mail_name" size="25" maxlength="64">
|
|
</td>
|
|
</tr>
|
|
<tr id="chooseEmailProviderTD">
|
|
<td align="left" scope="row" colspan="4">{sugar_translate module='Emails' label='LBL_CHOOSE_EMAIL_PROVIDER'}</td>
|
|
</tr>
|
|
<tr id="smtpButtonGroupTD">
|
|
<td colspan="4">
|
|
<div id="smtpButtonGroup" class="yui-buttongroup">
|
|
<span id="gmail" class="yui-button yui-radio-button">
|
|
<span class="first-child">
|
|
<button type="button" name="mail_smtptype" value="gmail">
|
|
{$app_strings.LBL_SMTPTYPE_GMAIL}
|
|
</button>
|
|
</span>
|
|
</span>
|
|
<span id="yahoomail" class="yui-button yui-radio-button">
|
|
<span class="first-child">
|
|
<button type="button" name="mail_smtptype" value="yahoomail">
|
|
{$app_strings.LBL_SMTPTYPE_YAHOO}
|
|
</button>
|
|
</span>
|
|
</span>
|
|
<span id="exchange" class="yui-button yui-radio-button">
|
|
<span class="first-child">
|
|
<button type="button" name="mail_smtptype" value="exchange">
|
|
{$app_strings.LBL_SMTPTYPE_EXCHANGE}
|
|
</button>
|
|
</span>
|
|
</span>
|
|
<span id="other" class="yui-button yui-radio-button yui-button-checked">
|
|
<span class="first-child">
|
|
<button type="button" name="mail_smtptype" value="other">
|
|
{$app_strings.LBL_SMTPTYPE_OTHER}
|
|
</button>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<div id="smtp_settings">
|
|
<table width="100%" cellpadding="0" cellspacing="1">
|
|
<tr>
|
|
<td width="20%" scope="row" nowrap="nowrap"><span>{sugar_translate module='EmailMan' label='LBL_NOTIFY_FROMNAME'}:</span><span class="required" id="required_smtp_from_name">{$app_strings.LBL_REQUIRED_SYMBOL}</span></td>
|
|
<td width="30%" ><input type="text" name="smtp_from_name" id="smtp_from_name" size="30" value="" title=""></td>
|
|
<td width="20%" scope="row" nowrap="nowrap"><span>{sugar_translate module='EmailMan' label='LBL_NOTIFY_FROMADDRESS'}:</span><span class="required" id="required_smtp_from_addr">{$app_strings.LBL_REQUIRED_SYMBOL}</span></td>
|
|
<td width="30%" ><input type="text" name="smtp_from_addr" id="smtp_from_addr" size="30" value="" title=""></td>
|
|
</tr>
|
|
<tr id="mailsettings1">
|
|
<td width="20%" scope="row" nowrap="nowrap"><span id="mail_smtpserver_label">{sugar_translate module='Emails' label='LBL_MAIL_SMTPSERVER'}</span> <span class="required" id="required_mail_smtpserver">{$app_strings.LBL_REQUIRED_SYMBOL}</span></td>
|
|
<td width="30%" ><slot><input type="text" id="mail_smtpserver" name="mail_smtpserver" tabindex="1" size="25" maxlength="255"></slot></td>
|
|
<td width="20%" scope="row" nowrap="nowrap"><span id="mail_smtpport_label">{sugar_translate module='Emails' label='LBL_MAIL_SMTPPORT'}</span></td>
|
|
<td width="30%" ><input type="text" id="mail_smtpport" name="mail_smtpport" tabindex="1" size="5" maxlength="5"></td>
|
|
</tr>
|
|
<tr id="mailsettings2">
|
|
<td width="20%" scope="row"><span id='mail_smtpauth_req_label'>{sugar_translate module='Emails' label='LBL_MAIL_SMTPAUTH_REQ'}</span></td>
|
|
<td width="30%">
|
|
<input id='mail_smtpauth_req' name='mail_smtpauth_req' type="checkbox" class="checkbox" value="1" tabindex='1'
|
|
onclick="javascript:SUGAR.email2.accounts.smtp_authenticate_field_display();">
|
|
</td>
|
|
<td width="20%" scope="row" nowrap="nowrap"><span id="mail_smtpssl_label">{$app_strings.LBL_EMAIL_SMTP_SSL_OR_TLS}</span></td>
|
|
<td width="30%">
|
|
<select id="mail_smtpssl" name="mail_smtpssl" tabindex="501"
|
|
onclick="javascript:SUGAR.email2.accounts.smtp_setDefaultSMTPPort();">{$MAIL_SSL_OPTIONS}</select>
|
|
</td>
|
|
</tr>
|
|
<tr id="smtp_auth1">
|
|
<td width="20%" scope="row" nowrap="nowrap"><span id="mail_smtpuser_label">{sugar_translate module='Emails' label='LBL_MAIL_SMTPUSER'}</span> <span class="required">{$app_strings.LBL_REQUIRED_SYMBOL}</span></td>
|
|
<td width="30%" ><slot><input type="text" id="mail_smtpuser" name="mail_smtpuser" size="25" maxlength="255" tabindex='1' ></slot></td>
|
|
<td > </td>
|
|
<td > </td>
|
|
</tr>
|
|
<tr id="smtp_auth2">
|
|
<td width="20%" scope="row" nowrap="nowrap"><span id="mail_smtppass_label">{sugar_translate module='Emails' label='LBL_MAIL_SMTPPASS'}</span> <span class="required">{$app_strings.LBL_REQUIRED_SYMBOL}</span></td>
|
|
<td width="30%" ><slot>
|
|
<input type="password" id="mail_smtppass" name="mail_smtppass" size="25" maxlength="255" abindex='1'>
|
|
<a href="javascript:void(0)" id='mail_smtppass_link' onClick="SUGAR.util.setEmailPasswordEdit('mail_smtppass')" style="display: none">{$app_strings.LBL_CHANGE_PASSWORD}</a>
|
|
</slot></td>
|
|
<td > </td>
|
|
<td > </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<input type="button" class="button" value=" {$app_strings.LBL_EMAIL_DONE_BUTTON_LABEL} " onclick="javascript:SUGAR.email2.accounts.saveOutboundSettings();">
|
|
<input type="button" class="button" value=" {$app_strings.LBL_EMAIL_TEST_OUTBOUND_SETTINGS} " onclick="javascript:SUGAR.email2.accounts.testOutboundSettingsDialog();">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</div>
|