<!DOCTYPE html>
<html lang="en-US"
	prefix="og: https://ogp.me/ns#"  class="no-js">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width">
    <link rel="icon" type="image/png" href="/favicon.png">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<link rel="pingback" href="https://www.marshaegan.com/xmlrpc.php">
	<!--[if lt IE 9]>
	<script src="https://www.marshaegan.com/wp-content/themes/marsha-egan/js/html5.js"></script>
	<![endif]-->
	<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<title>Email Productivity | Marsha Egan</title>

		<!-- All in One SEO 4.1.0.2 -->
		<meta name="description" content="How to manage your email for success, productivity tips from global email expert Marsha Egan. Learn more here!"/>
		<meta name="keywords" content="virtual workshop,virtual webinar,email webinar,email productivity,inbox help,inbox tools,email expert,email best practices expert,world expert marsha egan,reply all,email" />
		<link rel="canonical" href="https://www.marshaegan.com/email-productivity/" />
		<meta property="og:site_name" content="Marsha Egan" />
		<meta property="og:type" content="article" />
		<meta property="og:title" content="Email Productivity | Marsha Egan" />
		<meta property="og:description" content="How to manage your email for success, productivity tips from global email expert Marsha Egan. Learn more here!" />
		<meta property="og:url" content="https://www.marshaegan.com/email-productivity/" />
		<meta property="og:image" content="https://marsha-egan.s3.amazonaws.com/2016/07/MarshaEgan-Logo-wCSP-2.png" />
		<meta property="og:image:secure_url" content="https://marsha-egan.s3.amazonaws.com/2016/07/MarshaEgan-Logo-wCSP-2.png" />
		<meta property="og:image:width" content="1125" />
		<meta property="og:image:height" content="675" />
		<meta property="article:published_time" content="2016-05-13T17:33:49Z" />
		<meta property="article:modified_time" content="2020-04-04T19:03:07Z" />
		<meta property="article:publisher" content="https://www.facebook.com/MarshaEganSuccessStrategies/" />
		<meta name="twitter:card" content="summary" />
		<meta name="twitter:site" content="@MarshaEgan" />
		<meta name="twitter:domain" content="www.marshaegan.com" />
		<meta name="twitter:title" content="Email Productivity | Marsha Egan" />
		<meta name="twitter:description" content="How to manage your email for success, productivity tips from global email expert Marsha Egan. Learn more here!" />
		<meta name="twitter:image" content="https://marsha-egan.s3.amazonaws.com/2016/07/MarshaEgan-Logo-wCSP-2.png" />
		<meta name="google" content="nositelinkssearchbox" />
		<script type="application/ld+json" class="aioseo-schema">
			{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.marshaegan.com\/#website","url":"https:\/\/www.marshaegan.com\/","name":"Marsha Egan","description":"The Success Strategist","publisher":{"@id":"https:\/\/www.marshaegan.com\/#person"}},{"@type":"Person","@id":"https:\/\/www.marshaegan.com\/#person","name":"SuperAdmin2016","sameAs":["https:\/\/twitter.com\/MarshaEgan","https:\/\/www.linkedin.com\/in\/marshaegan"]},{"@type":"BreadcrumbList","@id":"https:\/\/www.marshaegan.com\/email-productivity\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.marshaegan.com\/#listItem","position":"1","item":{"@id":"https:\/\/www.marshaegan.com\/#item","name":"Home","description":"The Success Strategist","url":"https:\/\/www.marshaegan.com\/"},"nextItem":"https:\/\/www.marshaegan.com\/email-productivity\/#listItem"},{"@type":"ListItem","@id":"https:\/\/www.marshaegan.com\/email-productivity\/#listItem","position":"2","item":{"@id":"https:\/\/www.marshaegan.com\/email-productivity\/#item","name":"Email Productivity","description":"How to manage your email for success, productivity tips from global email expert Marsha Egan. Learn more here!","url":"https:\/\/www.marshaegan.com\/email-productivity\/"},"previousItem":"https:\/\/www.marshaegan.com\/#listItem"}]},{"@type":"WebPage","@id":"https:\/\/www.marshaegan.com\/email-productivity\/#webpage","url":"https:\/\/www.marshaegan.com\/email-productivity\/","name":"Email Productivity | Marsha Egan","description":"How to manage your email for success, productivity tips from global email expert Marsha Egan. Learn more here!","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.marshaegan.com\/#website"},"breadcrumb":{"@id":"https:\/\/www.marshaegan.com\/email-productivity\/#breadcrumblist"},"datePublished":"2016-05-13T17:33:49-04:00","dateModified":"2020-04-04T19:03:07-04:00"}]}
		</script>
		<!-- All in One SEO -->

<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.1.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=UA-155084924-1"  type="text/javascript" data-cfasync="false" async></script>
			<script type="text/javascript" data-cfasync="false">
				var mi_version = '8.1.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-155084924-1',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						window[ disableStrs[ index ] ] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[ disableStrs[ index ] ] = true;
					}
				}

				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if ( mi_track_user ) {
					function __gtagDataLayer() {
						dataLayer.push( arguments );
					}

					function __gtagTracker( type, name, parameters ) {
						if ( type === 'event' ) {
							
															parameters.send_to = monsterinsights_frontend.ua;
								__gtagDataLayer.apply( null, arguments );
													} else {
							__gtagDataLayer.apply( null, arguments );
						}
					}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dZGIzZG' : true,
											} );
															__gtagTracker( 'config', 'UA-155084924-1', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(
						function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}

								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
																				if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}

								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						}
					)();
									} else {
										console.log( "" );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
				<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.marshaegan.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.7.3"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<style type="text/css">
.powerpress_player .wp-audio-shortcode { max-width: 700px; }
</style>
<link rel='stylesheet' id='wp-block-library-css'  href='https://www.marshaegan.com/wp-includes/css/dist/block-library/style.min.css?ver=5.7.3' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>
<link rel='stylesheet' id='wp-components-css'  href='https://www.marshaegan.com/wp-includes/css/dist/components/style.min.css?ver=5.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-editor-css'  href='https://www.marshaegan.com/wp-includes/css/dist/block-editor/style.min.css?ver=5.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='wp-nux-css'  href='https://www.marshaegan.com/wp-includes/css/dist/nux/style.min.css?ver=5.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='wp-editor-css'  href='https://www.marshaegan.com/wp-includes/css/dist/editor/style.min.css?ver=5.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='mux_video_block_style-css'  href='https://www.marshaegan.com/wp-content/plugins/ilab-media-tools/public/blocks/mediacloud-mux.blocks.style.css' type='text/css' media='all' />
<link rel='stylesheet' id='sp-news-public-css'  href='https://www.marshaegan.com/wp-content/plugins/sp-news-and-widget/assets/css/sp-news-public.css?ver=4.4.3' type='text/css' media='all' />
<link rel='stylesheet' id='wsl-widget-css'  href='https://www.marshaegan.com/wp-content/plugins/wordpress-social-login/assets/css/style.css?ver=5.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='twentyfifteen-fonts-css'  href='https://fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='genericons-css'  href='https://www.marshaegan.com/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1' type='text/css' media='all' />
<link rel='stylesheet' id='twentyfifteen-style-css'  href='https://www.marshaegan.com/wp-content/themes/marsha-egan/style.css?ver=5.7.3' type='text/css' media='all' />
<!--[if lt IE 9]>
<link rel='stylesheet' id='twentyfifteen-ie-css'  href='https://www.marshaegan.com/wp-content/themes/marsha-egan/css/ie.css?ver=20141010' type='text/css' media='all' />
<![endif]-->
<!--[if lt IE 8]>
<link rel='stylesheet' id='twentyfifteen-ie7-css'  href='https://www.marshaegan.com/wp-content/themes/marsha-egan/css/ie7.css?ver=20141010' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='addtoany-css'  href='https://www.marshaegan.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.15' type='text/css' media='all' />
<link rel='stylesheet' id='jetpack_css-css'  href='https://www.marshaegan.com/wp-content/plugins/jetpack/css/jetpack.css?ver=9.7.1' type='text/css' media='all' />
<script type='text/javascript' id='monsterinsights-frontend-script-js-extra'>
/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/www.marshaegan.com","hash_tracking":"false","ua":"UA-155084924-1","v4_id":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.1.0' id='monsterinsights-frontend-script-js'></script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1' id='addtoany-js'></script>
<link rel="https://api.w.org/" href="https://www.marshaegan.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.marshaegan.com/wp-json/wp/v2/pages/7272" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.marshaegan.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.marshaegan.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.7.3" />
<link rel='shortlink' href='https://www.marshaegan.com/?p=7272' />
<link rel="alternate" type="application/json+oembed" href="https://www.marshaegan.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.marshaegan.com%2Femail-productivity%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.marshaegan.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.marshaegan.com%2Femail-productivity%2F&#038;format=xml" />

<script data-cfasync="false">
window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};
(function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src="https://static.addtoany.com/menu/page.js";b.parentNode.insertBefore(a,b);})(document,"script");
</script>
<script type="text/javascript"><!--
function powerpress_pinw(pinw_url){window.open(pinw_url, 'PowerPressPlayer','toolbar=0,status=0,resizable=1,width=460,height=320');	return false;}
//-->
</script>
<style type='text/css'>img#wpstats{display:none}</style>
		<style type="text/css">.broken_link, a.broken_link {
	text-decoration: line-through;
}</style>    
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>

<script src="https://www.marshaegan.com/wp-content/themes/marsha-egan/royalslider/jquery.royalslider.min.js"></script>
<script src="https://www.marshaegan.com/wp-content/themes/marsha-egan/js/custom.js"></script>
<link href="https://www.marshaegan.com/wp-content/themes/marsha-egan/royalslider/royalslider.css" rel="stylesheet" />




<script type="text/javascript" src="https://www.marshaegan.com/wp-content/themes/marsha-egan/ilightbox/js/jquery.requestAnimationFrame.js"></script>
<script type="text/javascript" src="https://www.marshaegan.com/wp-content/themes/marsha-egan/ilightbox/js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="https://www.marshaegan.com/wp-content/themes/marsha-egan/ilightbox/js/ilightbox.packed.js"></script>
 
<link rel="stylesheet" type="text/css" href="https://www.marshaegan.com/wp-content/themes/marsha-egan/ilightbox/css/ilightbox.css"/>

<script>
	$( document ).ready(function() {
    	$('#access ul li a').click(function() {
        	return false;
		});
		$('#access ul li ul li a').unbind('click');
		$('#menu-item-10 a').unbind('click');
		$('#menu-item-26 a').unbind('click');
		$('#menu-item-29 a').unbind('click');
		$('#menu-item-6952 a').unbind('click');
	});
</script>

</head>

<body class="page-template-default page page-id-7272">
<div id="page" class="hfeed site">
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

		<header id="masthead" class="site-header" role="banner">
			<div class="site-branding">
				<nav id="access" role="navigation">
				<div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-6952" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-6952"><a href="https://www.marshaegan.com/">Home</a></li>
<li id="menu-item-9" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-9"><a href="https://www.marshaegan.com/about/">About</a>
<ul class="sub-menu">
	<li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://www.marshaegan.com/about/about-marsha-egan/">About Marsha Egan</a></li>
	<li id="menu-item-6466" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6466"><a href="https://www.marshaegan.com/about/who-we-are/">Who We Are</a></li>
	<li id="menu-item-6360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6360"><a href="https://www.marshaegan.com/about/mission-values/">Mission &#038; Values</a></li>
	<li id="menu-item-7227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7227"><a href="https://www.marshaegan.com/about/videocasts/">Videos</a></li>
</ul>
</li>
<li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-24"><a href="https://www.marshaegan.com/clients/">Clients</a>
<ul class="sub-menu">
	<li id="menu-item-6467" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6467"><a href="https://www.marshaegan.com/clients/client-list/">Client List</a></li>
	<li id="menu-item-7349" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7349"><a href="https://www.marshaegan.com/clients/case-studies/">Case Studies</a></li>
	<li id="menu-item-6491" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6491"><a href="https://www.marshaegan.com/clients/testimonials/">Testimonials</a></li>
</ul>
</li>
<li id="menu-item-25" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-25"><a href="https://www.marshaegan.com/services/">Services</a>
<ul class="sub-menu">
	<li id="menu-item-76" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-76"><a href="https://www.marshaegan.com/services/coaching/">Coaching</a></li>
	<li id="menu-item-114" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-114"><a href="https://www.marshaegan.com/services/consulting/">Consulting</a></li>
	<li id="menu-item-115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-115"><a href="https://www.marshaegan.com/services/speaking/">Speaking</a></li>
	<li id="menu-item-7121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7121"><a href="https://www.marshaegan.com/services/workshops/">Workshops</a></li>
	<li id="menu-item-116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116"><a href="https://www.marshaegan.com/services/facilitation/">Facilitation</a></li>
	<li id="menu-item-7352" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7352"><a href="https://www.marshaegan.com/services/workshops/coaching-at-the-corner/">&#8220;Coaching at The Corner&#8221;</a></li>
</ul>
</li>
<li id="menu-item-26" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="https://www.marshaegan.com/store/">Store</a></li>
<li id="menu-item-10" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10"><a href="https://www.marshaegan.com/blog/">Blog</a></li>
<li id="menu-item-27" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-27"><a href="https://www.marshaegan.com/resources/">Resources</a>
<ul class="sub-menu">
	<li id="menu-item-6204" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6204"><a href="https://www.marshaegan.com/resources/articles/">Articles You May Publish</a></li>
	<li id="menu-item-6297" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6297"><a href="https://www.marshaegan.com/resources/assessments/">Assessments</a></li>
	<li id="menu-item-6407" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6407"><a href="https://www.marshaegan.com/resources/videos/">Videocasts</a></li>
	<li id="menu-item-7446" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-7446"><a href="https://www.marshaegan.com/category/great-points-podcast/">Great Points Podcast</a></li>
	<li id="menu-item-10449" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-7272 current_page_item menu-item-10449"><a href="https://www.marshaegan.com/email-productivity/" aria-current="page">Email Productivity</a></li>
	<li id="menu-item-6361" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6361"><a href="https://www.marshaegan.com/resources/quick-tips/">Quick Tips</a></li>
	<li id="menu-item-6310" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6310"><a href="https://www.marshaegan.com/resources/success-boosters-newsletter/">Success Boosters Newsletter</a></li>
	<li id="menu-item-10083" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10083"><a href="https://www.marshaegan.com/resources/success-boosters-archive/">Success Boosters Archive</a></li>
	<li id="menu-item-10508" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10508"><a href="https://www.marshaegan.com/services/speaking/meeting-planners/">For Meeting Planners</a></li>
</ul>
</li>
<li id="menu-item-28" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-28"><a href="https://www.marshaegan.com/media/">Media</a>
<ul class="sub-menu">
	<li id="menu-item-6887" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6887"><a href="https://www.marshaegan.com/media/media-appearances/">Media Appearances</a></li>
	<li id="menu-item-6416" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6416"><a href="https://www.marshaegan.com/media/tv-interviews/">TV Interviews</a></li>
</ul>
</li>
<li id="menu-item-29" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29"><a href="https://www.marshaegan.com/contact/">Contact</a></li>
</ul></div>                </nav>
                
                <div class="header-logo"><a href="/"><img src="/wp-content/themes/marsha-egan/images/logo.png"></a></div>
                <div class="client-logon-btn"><a href="http://client-portal.marshaegan.com/" target="_blank"><img src="https://marsha-egan.s3.amazonaws.com/2020/11/client-logon.png" style="width: 211px; margin-top: -1px;"></a></div>
                
                <div class="search-box">
				<form role="search" method="get" class="search-form" action="https://www.marshaegan.com/">
				<label>
					<span class="screen-reader-text">Search for:</span>
					<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
				</label>
				<input type="submit" class="search-submit screen-reader-text" value="Search" />
			</form>				</div>
			</div><!-- .site-branding -->
		</header><!-- .site-header -->
        
        <div class="header-shadow"></div>
        
        
        	

	<div id="content" class="site-content">

	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">
        
        <div class="entry-header-bg">
        <header class="entry-header">
            <h1 class="entry-title">Email Productivity</h1>        </header><!-- .entry-header -->
        </div>

		
<article id="post-7272" class="post-7272 page type-page status-publish hentry">
		
    <!--<div class="entry-header-bg">
	<header class="entry-header">
		<h1 class="entry-title">Email Productivity</h1>	</header>
    </div>-->

	<div class="entry-content">
		<p><img srcset='https://marsha-egan.s3.amazonaws.com/2016/05/Marsha-Egan-71_pp-96x300.png 96w, https://marsha-egan.s3.amazonaws.com/2016/05/Marsha-Egan-71_pp-329x1024.png 329w, https://marsha-egan.s3.amazonaws.com/2016/05/Marsha-Egan-71_pp.png 350w' sizes='(max-width: 350px) 100vw, 350px' loading="lazy" class="alignright size-full wp-image-10600" src="https://marsha-egan.s3.amazonaws.com/2016/05/Marsha-Egan-71_pp.png"   alt="Marsha-Egan-(71)_pp" width="350" height="1090" /></p>
<p>Marsha Egan is known internationally for her email productivity insights and expertise. It is just one aspect of how she brings thought leadership to solving the everyday struggles of individuals and organizations alike.</p>
<p>Understanding the benefits and challenges of living in today’s world of information overload, she provides individuals and organizations with the steps to rise above the clutter and get down to what’s important. Using her compelling insights, interactive humor and proven coaching techniques, Marsha motivates and inspires people to take control of the real and digital workplace and power productivity beyond expectation.</p>
<p>Among the many helpful resources you’ll find here are:</p>
<div class="blue-smear-sm"><a href="/resources/articles/#email-prod">Articles</a></div>
<div class="blue-smear-med"><a href="/resources/assessments/email-productivity-assessment/">Assessments</a></div>
<div class="blue-smear-sm"><a href="/services/workshops/inbox-detox-full-day-workshop/">Workshops</a></div>
<div class="blue-smear-sm"><a href="/resources/videos/">Videos</a></div>
<div class="blue-smear-med"><a href="/resources/quick-tips/#mag">Free Resources</a></div>
<div class="blue-smear-sm"><a href="/media/tv-interviews/">Interviews</a></div>
<div class="blue-smear-lrg"><a href="/store/">Books &amp; Audios</a></div>
			</div><!-- .entry-content -->


</article><!-- #post-## -->

		</main><!-- .site-main -->
	</div><!-- .content-area -->


	</div><!-- .site-content -->
    
    <div class="newsletter-ribbon">
    	<div class="newsletter-content">Success Boosters Newsletter <a href="/resources/success-boosters-newsletter/"><img src="/wp-content/themes/marsha-egan/images/newsletter-signup-btn.png" class="newsletter-signup-btn" /></a></div>
    </div>

	<footer id="colophon" class="site-footer" role="contentinfo">
		<div class="site-info">
        
                     <div class="widget-area" role="complementary">
             <aside id="text-2" class="widget widget_text"><h2 class="widget-title">About</h2>			<div class="textwidget"><a href="/about/about-marsha-egan/">Marsha's Bio</a><br>
<a href="/about/mission-values/">Mission & Values</a><br>
<a href="/about/who-we-are/">Why The Egan Group?</a><br>
<a href="/store/affiliates/">Affiliates</a><br>
<a href="/services/workshops/coaching-at-the-corner/">Coaching at The Corner</a></div>
		</aside>             </div>
                        
                          <div class="widget-area" role="complementary">
             <aside id="text-3" class="widget widget_text"><h2 class="widget-title">Insights</h2>			<div class="textwidget"><a href="/resources/articles/">Articles</a><br>
<a href="/email-productivity/">Email Productivity</a><br>
<a href="/resources/videos/">Videos</a><br>
<a href="/resources/success-boosters/">Success Boosters</a><br>
<a href="/category/great-points-podcast/">Podcasts</a>
</div>
		</aside>             </div>
                        
                         <div class="widget-area" role="complementary">
             <aside id="text-4" class="widget widget_text"><h2 class="widget-title">Store</h2>			<div class="textwidget"><a href="/store/#books">Books & eBooks</a><br>
<a href="/store/#audios">Audios</a><br>
<a href="/store/#vids">Videos</a><br>
<a href="/store/#bundles">Bundles</a><br>
<a href="/store/#eseries">e-Series</a></div>
		</aside>             </div>
                        
                         <div class="widget-area" role="complementary">
             <aside id="text-5" class="widget widget_text"><h2 class="widget-title">Clients</h2>			<div class="textwidget"><a href="/clients/client-list/">Client List</a><br>
<a href="/clients/case-studies/">Case Studies</a><br>
<a href="/clients/testimonials/">Testimonials</a><br>
<a href="/services/speaking/meeting-planners/">For Meeting Planners</a>

</div>
		</aside>             </div>
                        
                         <div class="widget-area" role="complementary">
             <aside id="text-6" class="widget widget_text"><h2 class="widget-title">Connect</h2>			<div class="textwidget"><div class="footer-social">
<a href="https://www.youtube.com/user/marshaegan" target="_blank" rel="noopener"><img src="/wp-content/themes/marsha-egan/images/youtube-icon.png"></a> <a href="https://twitter.com/MarshaEgan" target="_blank" rel="noopener"><img src="/wp-content/themes/marsha-egan/images/twitter-icon.png"></a> <a href="https://www.facebook.com/MarshaEganSuccessStrategies/" target="_blank" rel="noopener"><img src="/wp-content/themes/marsha-egan/images/facebook-icon.png"></a> <a href="https://www.linkedin.com/in/marshaegan" target="_blank" rel="noopener"><img src="/wp-content/themes/marsha-egan/images/linkedin-icon.png"></a> <a href="https://www.instagram.com/marshadegan/" target="_blank" rel="noopener"><img src="https://marsha-egan.s3.amazonaws.com/2020/09/ins.png"></a> <a href="/feed/" target="_blank" rel="noopener"><img src="/wp-content/themes/marsha-egan/images/rss-icon.png"></a>
</div>

610-780-1640

<a  href="javascript:smae_decode('bWFyc2hhQG1hcnNoYWVnYW4uY29t');" >&#109;&#097;&#114;&#115;&#104;&#097;&#064;&#109;&#097;&#114;&#115;&#104;&#097;&#101;&#103;&#097;&#110;&#046;&#099;&#111;&#109;</a></div>
		</aside>             </div>
            			
		</div><!-- .site-info -->
        
        <div class="copyright">
        	<div style="display:inline"><form role="search" method="get" class="search-form" action="https://www.marshaegan.com/">
				<label>
					<span class="screen-reader-text">Search for:</span>
					<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
				</label>
				<input type="submit" class="search-submit screen-reader-text" value="Search" />
			</form> <a href="privacy-policy">Privacy</a> <font color="#ffffff">|</font> <a href="site-map">Site Map</a> <font color="#ffffff">|</font> &copy; 2021 The Egan Group, Inc. </div>
            
            <div style="float:right"><a href='http://www.thechadbarrgroup.com' target='_blank' style='margin-left: -0.4em;'><span style="position: relative; width: 287px; height: 108px; display: block; background: url('/wp-content/themes/marsha-egan/images/site-by-logo.png'); margin-top: -59px;"><span style="display:block; font-family: 'Futura-Light'; color: #fdfdfd; padding-top: 25px; margin-left: 58px; font-size: 14px;">Proudly Presented By:</span><span style="display: block; padding-top: 23px; margin-left: 15px; font-family: 'Futura-Light'; color: white; font-size: 12px;">Creating Global Digital Empires</span></span></a></div>
        </div>
	</footer><!-- .site-footer -->

</div><!-- .site -->

<script type="text/javascript" src="https://www.marshaegan.com/wp-content/themes/marsha-egan/js/lightbox.js"></script>

<script src="https://www.mcssl.com/WebForms/scripts/mc-webforms.full.js?t=1" type="text/javascript"></script>
    <script type="text/javascript">
        var _wfq = _wfq || [];
        _wfq.push(["__initEmbeddedForm", "720ead57-2e85-44f2-bf51-5a7a4faaf60e", { "trackUrl": "https://www.mcssl.com/WebForms/beacon.ashx?wid=720ead57-2e85-44f2-bf51-5a7a4faaf60e" }]);
    </script>
    
    <script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-8361381-1', 'auto');
  ga('send', 'pageview');

</script>

<div style="clear:both;width:100%;text-align:center; font-size:11px; "><a target="_blank" title="WP Twitter Auto Publish" href="https://xyzscripts.com/wordpress-plugins/twitter-auto-publish/compare" >WP Twitter Auto Publish</a> Powered By : <a target="_blank" title="PHP Scripts & Programs" href="http://www.xyzscripts.com" >XYZScripts.com</a></div><script type='text/javascript' id='qppr_frontend_scripts-js-extra'>
/* <![CDATA[ */
var qpprFrontData = {"linkData":{"http:\/\/InboxDetox.com\/blog":[1,0,""],"http:\/\/marshaegan.com\/great":[1,0,""]},"siteURL":"https:\/\/www.marshaegan.com","siteURLq":"https:\/\/www.marshaegan.com"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_frontend_script.min.js?ver=5.2.3' id='qppr_frontend_scripts-js'></script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-content/plugins/simple-mail-address-encoder/smae.js?ver=1.0.0' id='smae.js-js'></script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-content/plugins/jquery-archive-list-widget/assets/js/jal.js?ver=4.0.1' id='jquery-archive-list-js'></script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-content/themes/marsha-egan/js/skip-link-focus-fix.js?ver=20141010' id='twentyfifteen-skip-link-focus-fix-js'></script>
<script type='text/javascript' id='twentyfifteen-script-js-extra'>
/* <![CDATA[ */
var screenReaderText = {"expand":"<span class=\"screen-reader-text\">expand child menu<\/span>","collapse":"<span class=\"screen-reader-text\">collapse child menu<\/span>"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-content/themes/marsha-egan/js/functions.js?ver=20150330' id='twentyfifteen-script-js'></script>
<script type='text/javascript' src='https://www.marshaegan.com/wp-includes/js/wp-embed.min.js?ver=5.7.3' id='wp-embed-js'></script>
<script src='https://stats.wp.com/e-202142.js' defer></script>
<script>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:9.7.1',blog:'172630692',post:'7272',tz:'-4',srv:'www.marshaegan.com'} ]);
	_stq.push([ 'clickTrackerInit', '172630692', '7272' ]);
</script>
	<script type="text/javascript">
        jQuery(document).ready(function ($) {
            //$( document ).ajaxStart(function() {
            //});

			
            for (var i = 0; i < document.forms.length; ++i) {
                var form = document.forms[i];
				if ($(form).attr("method") != "get") { $(form).append('<input type="hidden" name="rMhdQzKHVwEkbcPX" value="jfqs7BxX[nOtm_" />'); }
if ($(form).attr("method") != "get") { $(form).append('<input type="hidden" name="a_EmKrD" value="WR2DyY1K7tJeo" />'); }
if ($(form).attr("method") != "get") { $(form).append('<input type="hidden" name="RQkpHPfF" value="sl4FSMr2D9Q" />'); }
if ($(form).attr("method") != "get") { $(form).append('<input type="hidden" name="DTMzlLVXGZfcpiw" value="eBGvSqIm6Kw" />'); }
            }

			
            $(document).on('submit', 'form', function () {
				if ($(this).attr("method") != "get") { $(this).append('<input type="hidden" name="rMhdQzKHVwEkbcPX" value="jfqs7BxX[nOtm_" />'); }
if ($(this).attr("method") != "get") { $(this).append('<input type="hidden" name="a_EmKrD" value="WR2DyY1K7tJeo" />'); }
if ($(this).attr("method") != "get") { $(this).append('<input type="hidden" name="RQkpHPfF" value="sl4FSMr2D9Q" />'); }
if ($(this).attr("method") != "get") { $(this).append('<input type="hidden" name="DTMzlLVXGZfcpiw" value="eBGvSqIm6Kw" />'); }
                return true;
            });

			
            jQuery.ajaxSetup({
                beforeSend: function (e, data) {

                    //console.log(Object.getOwnPropertyNames(data).sort());
                    //console.log(data.type);

                    if (data.type !== 'POST') return;

                    if (typeof data.data === 'object' && data.data !== null) {
						data.data.append("rMhdQzKHVwEkbcPX", "jfqs7BxX[nOtm_");
data.data.append("a_EmKrD", "WR2DyY1K7tJeo");
data.data.append("RQkpHPfF", "sl4FSMr2D9Q");
data.data.append("DTMzlLVXGZfcpiw", "eBGvSqIm6Kw");
                    }
                    else {
                        data.data =  data.data + '&rMhdQzKHVwEkbcPX=jfqs7BxX[nOtm_&a_EmKrD=WR2DyY1K7tJeo&RQkpHPfF=sl4FSMr2D9Q&DTMzlLVXGZfcpiw=eBGvSqIm6Kw';
                    }
                }
            });

        });
	</script>
	
</body>
</html>
