Emails can be sent directly from the various modules of BOS Professional.
The recipients are the contact people added to Customer and Supplier records.
When emails are created, they are placed in the Outbox from where they can be checked and sent.
The Email module includes the same basic functions as most email software such as To, CC, and BCC fields.
Emails can only be sent from BOS Professional. You cannot receive emails in BOS Professional.
Emails that cannot be sent are moved to the Failed folder.
Both the email body and subject can be pre-written and individualised.
These tutorials explain how to create and send emails, and how to create email templates.
Navigation: Main Menu > Office > Email
Navigation: Main Menu > Setup > Settings & Defaults > Settings (tab)
Navigate to Settings.
Type Output in the search block.
Next to the setting: Output (Print, PDF, Email) > Output Templates: click Edit in the Value column.
Click Code (tab) (it is open by default).
Using the HTML commands displayed on the left to create a template on the right (see example below).
These tags can be used in the main Message body of the email template:
[COMPANY]: The name of the Company linked to the recipient.
[TITLE]: The recipient's Title.
[FIRSTNAME]: The recipient's First Name.
[SURNAME]: The recipient's Surname.
[LISTNAME]: The recipient's full name: First Name & Surname.
[REP]: The Sales Representative linked to the recipient's Company.
Click Save (button).
Click Preview (tab) to see what the email will look like.
Click Close (button).
Script:
<p></p>
<div>
[FIRSTNAME] [SURNAME]<br/>
[POSITION]
<table style="width: 20%; margin-top: 15px;">
<tr>
<td style="font-weight: bold;">T</td>
<td>+27 87 820 7272</td>
</tr>
<tr>
<td style="font-weight: bold;">M</td>
<td>[MOBILE]</td>
</tr>
<tr>
<td style="font-weight: bold;">E</td>
<td><a href="mailto:[EMAIL]" style="text-decoration: none;">[EMAIL]</a></td>
</tr>
<tr>
<td style="font-weight: bold;">W</td>
<td><a href="https://www.quickeasysoftware.com" style="text-decoration: none;">www.quickeasysoftware.com</a></td>
</tr>
</table>
<a href="https://www.quickeasysoftware.com"><img src="https://quickeasysoftware.com/wp-content/uploads/2023/07/Signature-QE-Logo-1.png" alt="Logo" style="max-width: 250px; margin-top: 20px;"></a>
</div>
A single email can also be sent to a Static Group of recipients by adding a group instead of an individual to the To, CC, or BCC fields.
Navigate to Emails.
Click New (button).
Click the people icon next to the To, CC, and BCC fields. Select a contact person on the popup and click one of these address buttons to add them:
TO: The person who the email is addressed to.
CC: Normally the person you send the email to for their information (e.g. the manager of the department).
BCC: The people you want to include in the email without the recipient knowing about it. Also used for group emails so that customers do not see other customers' email addresses.
Note: Emails can only be sent to people who are on the contact list, you cannot type in an email address.
On the right, edit the From Address or Name if applicable.
Content type = Select one of these options:
Plaint Text = Allows you type the message.
HTML = Paste the HTML code in the block.
Stationery = Uses the stationery to send the email (see above).
Complete the rest of the email as you would an ordinary email.
Add an attachment, if necessary, by clicking Load (button) on the Attachments row.
Click Send (button).
Navigation: Main Menu > Main Menu > Office > Email > Menu (button) > Contact Groups
Contact groups can be static or dynamic.
Static Contact Groups: The recipients are manually added or removed.
Dynamic Contact Groups: Recipients are determined by an SQL query.
Navigate to Contact Groups.
Click New (button).
Static = Check the checkbox (it is checked by default).
Click Add (button).
Name = Type a name for the group.
Continue adding recipients by repeating Steps 3 and 4.
Click Save (button).
Navigate to Contact Groups.
Click New (button).
Static = Uncheck the checkbox (it is checked by default).
Click Edit SQL (button).
Click Template (button).
Edit the template to select the specific recipients you need.
Click Test (button) to check if the SQL query is valid.
Click Save (button).
Click Close (button).
In this context a template is an email that is saved in the templates folder so that it can be used again.
To create a template: Select the templates from the dropdown list next to folder. Click New (button) and add a subject. Complete the rest of the email as you normally would but leave all the To, CC, and BCC fields blank.
Navigate to Emails.
Click Menu (button) > Send Email to Contact Group.
Click a template on the popup list.
Click Next (button).
Select the Group or Groups the email must be sent to.
Click Next (button).
Select whether to send an Email or SMS from the dropdown list.
Click Next (button).
If there is a problem with the query, an error message will be displayed. Else the email will be generated.
Click Finish (button).
Navigate to Emails.
Select Failed from the dropdown list next to Folder.
Click View (button).