[% SET txt_password = locale.maketext('Use the email account’s password.'); IF mail_client_settings.from_archiving || mail_client_settings.inbox_username.match('_mainaccount@') || !mail_client_settings.inbox_username.match('@'); SET txt_password = locale.maketext('Use your [asis,cPanel] password.'); END; %] [%# If you change this file be sure to update /usr/local/cpanel/etc/icontact_templates/Mail/ClientConfig.html.tmpl and run /usr/local/cpanel/build-tools/test_icontact_notifications --type=Mail::ClientConfig %] [% SET table_props = 'style="border-collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;"' %] [% SET td_props = 'style="border-top: 1px solid #ddd; padding: 8px;"' %] [% SET li_props = 'style="display: inline-block; padding-left: 5px; padding-right: 5px;"' %] [% SET ul_props = 'style="margin-bottom: 10px; margin-top: 0; list-style: outside none none; margin-left: -5px; padding-left: 0;"' %] [% IF !in_html_email %] [% END %]
[% locale.maketext('If you do not see an auto-configuration script for your client in the list above, you can manually configure your mail client using the settings below.') %] [% locale.maketext('We recommend that you use [output,acronym,IMAP,Internet Message Access Protocol] and [output,abbr,SMTP,Simple Mail Transfer Protocol] for your email account rather than [asis,ActiveSync] unless you are on [asis,Android] and need calendar and contacts support or push updates.') %]
[% END %]| [% locale.maketext('Username:') %] | [% mail_client_settings.inbox_username %] |
| [% locale.maketext('Password:') %] | [% txt_password %] |
| [% locale.maketext("Incoming Server:") %] | [% mail_client_settings.inbox_host.html() %]
|
| [% locale.maketext("Outgoing Server:") %] | [% mail_client_settings.smtp_host.html() %]
|
|
[% SET auth_reqd_protocols = ['IMAP']; -%]
[% IF !mail_client_settings.from_archiving %]
[% auth_reqd_protocols.push('POP3', 'SMTP') -%]
[% END -%]
[% locale.maketext("[list_and,_1] [numerate,_1,requires,require] authentication.", auth_reqd_protocols) %]
|
|
| [% locale.maketext('Username:') %] | [% mail_client_settings.inbox_username %] |
| [% locale.maketext('Password:') %] | [% txt_password %] |
| [% locale.maketext("ActiveSync Server:") %] | [% mail_client_settings.inbox_host.html() %]
|