helpcenter/Web/Controls/Help/AdministratorGuides/MassMailing/MassMailing.ascx

166 lines
13 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Organizing mass mailing";
MetaKeyWords = "ONLYOFFICE, mass mailing, bulk email, mailing list, recipients";
MetaDescription = "Send email message to your clients using the ONLYOFFICE blanket mailing feature";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Importing from Other Sources";
guides.TitleVideo = "Invite people to your portal";
guides.RelatedTips = "Do you have some documents stored in other web-sources like Zoho, Google Docs or Box.net?";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Organizing mass mailing</h1>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/AdminLabel/AdminLabel.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-crm/onlyoffice-crm.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/mailing-list/mailing-list.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/mass-mailing/mass-mailing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/smtp-settings/smtp-settings.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/personal-tags/personal-tags.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/send-email/send-email.ascx" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Want to send a newsletter to all the contacts from your customer database or just need to inform some clients about an upcoming event?</p>
<p>Now you can do that directly from the CRM module. This guide will show you how it can be done in a few easy steps.</p>
</div>
</div>
</div>
<h2 id="step1"><span class="style_step">Step 1.</span> Configure SMTP server</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Online office allows you to send messages without opening any external email client software, all you need is to specify the parameters of the <b>SMTP server</b> for the mail service you commonly use. You will be able to send mails to your clients from your usual email address via your portal interface.</p>
<div class="notehelp">
Online office does not provide any SMTP server integrated, it simply provides an interface to the existing mail services where you have an account.
</div>
<p>To configure the SMTP settings:</p>
<ol>
<li>Go to the portal <b>Settings</b> section. To do that click the <img alt="Settings Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/settingsicon.png")%>" /> icon in the right upper corner.</li>
<li>Switch to the <b>Integration</b> tab.</li>
<li>Open the <b>SMTP Settings</b> page.</li>
<li>In the <b>SMTP Settings</b> section fill out the necessary fields (you can get specific settings from your email service provider):
<ul>
<li>in the <b>Host</b> field, introduce your SMTP server host name, such as <span class="param-type">smtp.domain.com</span>,</li>
<li>specify the <b>Port</b> number used by the SMTP server. It's recommended to use port 587 or 25.</li>
<li>check the <b>Authentication</b> box, if only the authorized users can use the server;</li>
<li>fill out the <b>Host Login</b> and <b>Host Password</b> fields,
<div class="notehelp">
<i>Host login</i> is your email box address for the email server you specify the SMTP settings for. <i>Host Password</i> is the password you use to access the corresponding email box. Make sure that your email address and password are valid.
</div></li>
<li>introduce any name you want in the <b>Sender Display Name</b> field,</li>
<li>specify the corresponding email address in the <b>Sender Email Address</b> field (it must comply with the one specified in the <b>Host Login</b> field).</li>
</ul>
</li>
<li>Check the <b>Enable SSL</b> box to enable encrypted connections.</li>
<li>Click the <b>Save</b> button.</li>
<li>To verify whether the specified settings are correct, click the <b>Send Test Mail</b> button. If the settings are specified correctly, you'll receive the <b>SMTP Test Message</b> to the email address specified in your user profile on the portal.</li>
</ol>
</div>
<div class="screen_block">
<img alt="How to organize mass mailing? Step 1" target="img3_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide48/step3.png")%>" />
<img alt="How to organize mass mailing? Step 1" id="img3_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide48/step3.png")%>" />
<div target="img3_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
<h2 id="step2"><span class="style_step">Step 2.</span> Access the CRM</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Enter your portal and click the <b>CRM</b> link.</p>
</div>
<div class="screen_block">
<img alt="How to organize mass mailing? Step 2" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide24/step1.png")%>" />
<img alt="How to organize mass mailing? Step 2" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide48/step1.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>In case you have already logged in to the portal and been using it for some time, to access the <b>CRM</b> module from any portal page, use the drop-down list in the top left corner of the page and select the corresponding option.</p>
</div>
</div>
<h2 id="step3"><span class="style_step">Step 3.</span> Create a mailing list</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Your mailing list can contain up to <b>50</b> recipients. To create it just check the contacts you wish to send your email to in the <b>Contacts</b> list. To facilitate the search of the needed contacts make use of our <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/guides/keep-contacts-up-to-date.aspx#step2")%>">filter</a> above the contact list.</p>
<p>Verify that all the selected contacts have the email address specified. If not, to add the address click the <b>Actions</b> <img alt="Actions button" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/guides/small/guide48/actions.png")%>" /> button to the right, select the <b>Add email</b> option from the drop-down list and enter the necessary address into the field which appears. To confirm it press the <b>Enter</b> key.</p>
</div>
<div class="screen_block">
<img alt="How to organize mass mailing? Step 3" target="img2_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide48/step2.png")%>" />
<img alt="How to organize mass mailing? Step 3" id="img2_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide48/step2.png")%>" />
<div target="img2_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>When all the contacts are selected click the <b>Send Email</b> button above the contact list and select the <b>Internal SMTP (50 email recipients maximum)</b> option.</p>
<div class="notehelp">
If you wish to send emails using an external mailing software select the <b>Generate list for external program</b> option from the drop-down list.
</div>
</div>
</div>
<h2 id="step4"><span class="style_step">Step 4.</span> Compose a message</h2>
<div class="block_of_step">
<div class="screen_text">
<p>When all the settings are configured the <b>Compose Mail</b> page will open.</p>
<p>In the <b>From:</b> field you will see the sender name and email address indicated while configuring the <a href="#step1">SMTP server</a>. The <b>To:</b> field shows the number of the selected contacts.</p>
<p>All you need to do is enter the <b>Subject</b> for your letter and type in your message. The <b>Formatting Toolbar</b> helps you format your text changing font style, font color, alignment, size etc.</p>
</div>
<div class="screen_block">
<img alt="How to organize mass mailing? Step 4" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide48/step4.png")%>" />
<img alt="How to organize mass mailing? Step 4" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide48/step4.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>If you need to add some variables to your message make use of the <b>Personal Tags</b>. </p>
<p><em class="example"> If you wish to add the recipient name to the salutation, just place the mouse cursor at the point where you want the variable to be added, then select an appropriate tag from the drop-down list and click the <b>Add to Letter Body</b>. In our case it will be: <b>FirstName</b> and <b>LastName</b> as we send our letter to <b>Persons</b>. As a result you will see the following line:
Dear $(Person.First Name) $(Person.Last Name),</em></p>
<p>The necessary data will be automatically taken from your CRM <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-guides-crm-keep-contacts-up-to-date.aspx")%>">customer database</a>.</p>
</div>
<div class="screen_block">
<img alt="How to organize mass mailing? Step 4" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide48/step4_1.png")%>" />
<img alt="How to organize mass mailing? Step 4" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide48/step4_1.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>You can also attach a certain file to your message. Click the <b>Show file attachment panel</b> link below the <b>Letter Body</b> field and using the <b>Attach File</b> button browse your hard disk drive for the necessary file.</p>
<p>Check the <b>Store this message in History</b> box to add the corresponding event to the interaction history of each contact in the mailing list.</p>
</div>
</div>
<h2 id="step5"><span class="style_step">Step 5.</span> Preview and start mailing</h2>
<div class="block_of_step">
<div class="screen_text">
<p>To preview the result click the <b>Next (to preview)</b> button below the the <b>Letter Body</b> field.</p>
<div class="notehelp">
The <b>"Powered by ONLYOFFICE.com"</b> text watermark will be added to your letter.
</div>
</div>
<div class="screen_block">
<img alt="How to organize mass mailing? Step 5" target="img6_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide48/step5.png")%>" />
<img alt="How to organize mass mailing? Step 5" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide48/step5.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="screen_text">
<p>If you are satisfied with the result click the <b>Send</b> button to start mailing.</p>
</div>
</div>
</div>