Group Email Communication Tips

DragonImages/Thinkstock

What you need to know for sending effective email messages to parent group members.

by PTO Today Editors

08/03/2016

The Basics

What should we send emails about?
Email is a great way to keep parents informed, but you don't want to overload their inboxes. Limit your group emails to messages that provide parents with useful information and remind them about important events. Don't forward jokes or messages unrelated to the group.

How often should we send emails?
Consider sending emails on a regular schedule. In a monthly or semimonthly email, you can make parents aware of events coming up in the next few weeks. For big events, such as a school carnival, you may also want to send a reminder email a week or so in advance.

How should we format them?
PTO email messages don't need to be fancy, but they should have a consistent format so readers know what to expect. If your email mentions more than one topic, set the items apart with numbers or bold headers. At the top of the email, list the topics in the order of their appearance. This will help busy readers find information more quickly.

Content

Include contact information whenever you ask parents to participate in any way. For each contact person listed, be sure to include both an email address and a phone number to make it easier for parents to get in touch.

Email isn't the place to joke around or use sarcasm. Readers may misinterpret your message.

Design

Don't use all capital letters, even for headlines. In email, writing in all capital letters comes across as yelling.

Too much color can be distracting. It's best to stick with basic black for headlines and text. Avoid backgrounds with colors or patterns.

Email Etiquette

Use blind carbon copy (bcc) to keep email addresses confidential.

Only send emails to people who have asked to join the list. Include instructions on how someone can be removed from the email list.

Creative Ideas

  • Tell parents about free or discount family events happening in your community.

  • Include links to helpful information or articles that may interest parents.

Make creating and sending emails (and managing all those addresses!) a breeze with PTO Today's Parent Express Email, a free parent group email tool.

var preChatTemplate = { //Form header color and Submit button color. mainbgColor: '#0aa4db', //Form Header Text and Submit button text color. maintxColor: '#fff', //Chat Form Title heading: 'PTO Today', //Chat form Welcome Message textBanner: 'Please let us know your name and email address and we\'ll connect you with a live rep.', //Submit Button Label. SubmitLabel: 'Start Chat', //Fields List - Maximum is 5 //All the values are mandatory and the script will not work if not available. fields : { field1 : { //Type can be either text or title type: "name", //Label for Field Title, can be in any language label: "Name", //Field ID for Title fieldId: "name", //Required "yes" or "no" required: "yes", //Error text to be displayed error: "Please Enter your name" }, field2 : { //Type for Name - Do not Change type: "email", //Label for Field Name, can be in any language label: "Email", //Default - Field ID for Name - Do Not Change fieldId: "email", //Required "yes" or "no" required: "yes", //Error text to be displayed error: "Please Enter a valid email address" } } }; window.fcSettings = { token: "ec6b3db1-9caf-4a1a-bdf2-a7851529f4c3", host: "https://wchat.freshchat.com", siteId: "PTO Today", tags: ["ptotoday"], config: { cssNames: { widget: 'custom_fc_frame', expanded: 'custom_fc_expanded' } }, onInit: function() { console.log('widget init'); fcPreChatform.fcWidgetInit(preChatTemplate); } };