How s are sent from Xero

Size: px
Start display at page:

Download "How emails are sent from Xero"

Transcription

1 How s are sent from Xero Technical discussion In June 2013 we made a change to the way s are sent from Xero. Some of our users have asked us why the change was necessary and whether we are planning to provide more options in the future. Be warned this is a fairly technical topic so take a deep breath. Xero allows organisations to raise invoices and statements and send them to their customers. Sending on behalf of hundreds of thousands of Xero organisations, to the millions of their customers is a significant undertaking, and one that we take seriously. Recently we changed the mechanism by which we send customer invoice s. This post is an attempt to describe the new setup, the reasoning behind the decision, and a road map for future changes that we hope to make. Setting the scene: The landscape has changed dramatically over the past 5 years, and mail servers and ISPs have all developed unique practices to try and shield their users from spam and other unsolicited that currently floods the internet. Over the past 10 years, several standards and de facto practices have evolved to help mail servers make decisions on which s to trust: Sender Policy Framework (SPF) a 10 year old standard that lets the owner of a mail domain (e.g. gmail.com) specify which mail servers are allowed to send DomainKeys Identified Mail (DKIM) a slightly newer standard that allows the sender of an to digitally sign their to prove that it came from them Grey listing a heuristic that some receiving mail servers use to slow down the receipt of , on the theory that spammers won t attempt to queue and retry messages Spam filtering a set of algorithms that receiving mails servers can run on to try and determine if the content of the is spammy Blacklisting various databases of IP addresses or addresses that are known to send spam Domain based Message Authentication, Reporting & Conformance (DMARC) a recent specification that combines SPF and DKIM to allow senders to prove that the mail was sent by them We realise that our users absolutely, positively want that they send to be received by their customers their cashflow and business depend on timely payments. Even though is by design an unreliable communication mechanism, we are trying to make it as robust and reliable

2 as possible for Xero customers to use to send invoices to their customers. Our previous approach: Our previous approach to sending invoice s from within Xero was to impersonate or send on behalf of the user currently logged in to Xero. e.g. If had signed up to Xero, and proved that they controlled the address, then we would happily send out that looked like this: From: Joe Bloggs To: A Customer <a.customer@customer.com> Subject: Here is your invoice, pay me now! In 2006, this was a fairly reliable solution, and most mail servers would happily accept these s and deliver them to the recipient. In the subsequent years, it was possible for Joe Bloggs to add an SPF record to their flatnotfound.com to indicate that Xero was able to send on their behalf. This worked reasonably well for a few more years. The Problem: It is now no longer possible for SaaS vendors to reliably send on behalf of their customers. If a recipient mail server receives an like the above example, the mail server will perform some checks to try and decide whether this was legitimately sent by Joe Bloggs. One of the indications the server will use is the IP address of the server that delivered the message to it. If the server does not look like a legitimate server for Joe Bloggs ISP (flatnotfound.com), then that s a negative mark against the . Traditionally a combination of reverse DNS lookups and SPF would be used to perform this check. These days, setting SPF records is not sufficient to prove the authenticity of an , and this example illustrates the reason why: Envelope Sender: joe.bloggs@evilspammer.net From: Joe Bloggs <joe.bloggs@flatnotfound.com> To: A Customer <a.customer@customer.com> Subject: Here is your invoice, pay me now! The Envelope Sender address is never displayed to regular users, but it is actually the

3 address that SPF uses to test the authenticity of an . In this example, if this message arrived from a server that was legitimately run by evilspammer.net, then technically that s all that is needed to be legitimate from an SPF perspective even though the displayed in the recipient s mail client doesn t indicate it comes from evilspammer.net! For this reason, SPF is no longer the solution to sending on behalf of customers like it was when we launched Xero a few years ago. We have had this confirmed by experts from Facebook, Yahoo! and JPMorgan Chase when we spoke to them in February this year. In fact, they confirmed what we were seeing, which is that there s no way to reliably send while pretending to be someone else. The previous method of sending Xero s out by impersonating the Xero user was untenable, and we would see continuing increases in the numbers of s that would fail to deliver. Problems with SPF: We ve already discussed how SPF on it s own is not sufficient, and that it relies on the verification of a part of the message that s not actually displayed to an end user. Our invoice s actually looked roughly like this: Envelope Sender: xyzzy123@notifications.xero.com From: Joe Bloggs <joe.bloggs@flatnotfound.com> To: A Customer <a.customer@customer.com> Subject: Here is your invoice, pay me now! For this to pass an SPF test, the IP address of the mail server is compared to the SPF records of the Envelope Sender domain of notifications.xero.com. Xero has control of these records, and so we were able to make sure that the SPF record for notifications.xero.com was always valid. Some mail servers would also run SPF like tests against the visible From address that displays in the , even though that s not strictly part of the SPF standard, effectively asking the question: Is Xero s server allowed to send from flatnotfound.com? In order to pass this test, every Xero customer would need to create an SPF record in their DNS to allow Xero s mail servers to send on their behalf. For some Xero customers that are IT savvy, and in control of their own DNS, this was indeed possible, and over the past few years approximately one hundred Xero customers have managed to do this successfully.

4 However, for most Xero customers this is infeasible: Many Xero customers use an ISP address, rather than their own domain name (e.g. rather than This means that they have no control over the configuration of their ISP. Customers that had their own domain name (e.g. MyCompany.com) but weren t able to change DNS, had a large company with strict IT policies, or were part of a multi national. These customers aren t easily able to create SPF records. Customers that use SPF, but didn t include Xero s servers in their SPF records may be hard failing all impersonated mail from other sources. Our analysis showed this was potentially the case for about 7% of customers. Corporate customer s mail servers would often reject Xero invoice s that they sent to themselves, even if SPF was correctly set up. E.g. a corporate mail server for MyCompany.com would say I ve recieved mail from xero.com s mail server s that is pretending to be from MyCompany.com. I know that I m the only mail server for MyCompany.com, so this is obviously spam and throw it away. Creating valid SPF records is actually hard. One only needs to look around the internet and on our own Community to see that people don t understand the nuances of SPF, and a simple mistake in configuration can stop delivery of all your company s . This goes against our mantra of being the World s easiest accounting system. The (2013) solution: We absolutely want to deliver for our customers, to their customers. Asking our users to download invoices and send them from their desktop is cumbersome and inefficient although we realise for some customers that it will always be their preferred approach so that they have complete control. Candidate solutions: Continue impersonating Unreliable, not recommended by experts. Requires every Xero user to configure SPF correctly, even though that won t guarantee delivery. Send via our customer s servers Technically infeasible (we d have to collect login credentials, connect to hundreds of thousands of authenticated mail servers to send , and deal with the myriad of different ways that could fail). We d be outsourcing the delivery issues to our customers, rather than being responsible for delivering mail correctly on their behalf. Deliver with a.xero.com From address We can guarantee that messages are correctly authenticated. We control the full infrastructure for the sending.

5 We can track deliverability and bounces. Ultimately, we made the decision to choose the third option, and change the way that we deliver invoice . We did consider a hybrid approach, or allowing users to opt in to one or other approach, but we decided that there were benefits in having a single, reliable delivery mechanism that required no configuration by our customers. The change we made in June 2013 changed the format of our invoice s to look like this: Envelope Sender: xyzzy123@notifications.xero.com From: Joe Bloggs <message service@post.xero.com> Reply To: Joe.Bloggs@flatnotfound.com To: A Customer <a.customer@customer.com> Subject: Here is your invoice, pay me now! To break down the individual changes, and the rationale behind them: The Envelope Sender address, remains as a address. This is the domain that is used in SPF to validate that our mail server is allowed to send this . This address is not displayed in user s clients, and the unique part at the beginning of the address allows us to track bounces and failures back to the individual sender. The From address has been broken into two parts: The Display Name Joe Bloggs, which is now configurable per organisation in Xero The address message service@post.xero.com, which is no longer configurable The Reply To address is now configurable per organisation (e.g. Joe.Bloggs@flatnotfound.com). This is the address that any customer replies to your invoice s will be directed to and displayed to them, if they press the Reply button in their mail client. Our testing showed that in many mail clients, the recipient of this would see nothing untoward, and simple actions like reading and replying to s would not display the xero.com mail addresses. In some mail clients (e.g. Outlook 2013), the new format means that recipients can now see xero.com in the invoice s that you send. This is an unavoidable side effect of this technical decision, and it was not made for marketing reasons! The reason that some mail clients display xero.com, is that those clients want to show the user the information they have used to make the trust decision that has lead to the not being marked as spam. Our new format leverages xero.com s trust and delivery mechanism, so Outlook wants to make it clear to the user who receives the the reason why it has appeared in their inbox.

6 I ve labelled this as The (2013) Solution, because although this the best solution at the moment, the nature of the evolving war against spammers means that this approach is not guaranteed to work forever. Bounce messages There are several different types of replies that might happen to an . If a user is performing the reply, usually by clicking the Reply button in their mail client, then the reply will go to the Reply To address, and arrive directly in the original sender s inbox. If a user is using an old mail client that doesn t understand the Reply To address, or they manually reply to the From address of message service@post.xero.com, then their reply won t be sent to the original sender, but will rather be sent to the unmonitored mailbox hosted by Xero. We don t expect that this will happen too often, but in those situations that it does happen we want the experience for your customers to be understandable. So what we ve done is have a robot Auto Reply to all of those messages with an Oops! message asking them to re send their to you rather than Xero: This mailbox is unmonitored, and we don t read any of the s that are erroneously sent there. Some time after the auto reply is sent back to the original sender, the will get deleted from our servers. The other types of replies that will come from an invoice are sent automatically by the recipient s mail server, and called Bounces.

7 Bounce messages will usually happen in one of two ways: An immediate failure, which we ll send directly to the user (e.g. domain name doesn t exist, or has been mis typed) A slower failure, where the recipient mail server initially accepts the mail message but then later decides it won t deliver (e.g. the username doesn t exist, or their mailbox is full). We receive these bounce message to the Envelope Sender address of something@notifications.xero.com, and re route it back to the original sender at the Reply To address. Implementing the DMARC standard: Those of you that run your own mail servers will know how hard it is to track the deliverability of , and to diagnose failures that have occurred. Thankfully, the new DMARC standard allows mail senders such as Xero to receive delivery reports from the recipient mail servers such as GMail, Yahoo! or Hotmail, and actually diagnose any issues that might have occurred. We are very excited to have partnered with Agari to begin the process of moving all our invoicing to conform to the DMARC standard. Agari were a part of the original DMARC working group, and have worked with some enormous US brands to share their advice and implement cutting edge trust solutions. The DMARC standard allows us to conclusively prove to recipient mail servers the invoice s we send have come from a legitimate source. It blends the older SPF and DKIM standards with a new alignment process to make sure that their protection messages apply to all aspects of an , not just the Envelope Sender address. The other thing that DMARC and Agari allow us to do is to track trends in our delivered , and to work on errors in our configuration as reported by the recipient. We re now at the point where Google, Hotmail and other mail providers can send us daily reports telling us why they rejected , and of any issues that they ve had delivering to their users. This is unprecedented and a completely new approach to give us visibility into what happens to the we send once it leaves our server. Our Roadmap: Changing the way we send is difficult, but also risky. We absolutely want to avoid making our customers invoice s fail to deliver. To this end, we re gradually phasing in our adoption of DMARC and the changes to our sending process. Step 1: Monitor delivery using Agari tools

8 May 2013 We have implemented a DMARC policy in report only mode, which allows us to track the changes we re making without instructing recipient mail servers to reject any that doesn t conform. Step 2: Change the from address of outgoing invoice s to address. June 2013 This lets us use a unique domain name for invoice s that isn t reliant on the reputation or delivery characteristics of any other that Xero sends. It also allows us to introduce simpler SPF and DKIM policies, and DMARC policies, because any changes will be restricted just to that comes from a post.xero.com address. This also means that the visible From address now aligns with the Envelope Sender address, as they are both xero.com sub domains. (Domain alignment is a DMARC requirement) Next steps: Step 3: Implement DKIM signing of post.xero.com This will allow us to cryptographically sign all invoice s, so that a recipient mail server knows that they definitely came from a Xero server and aren t spam. Step 4: Turn on DMARC enforcement This will allow us to instruct recipient mail servers to start enforcing our DMARC policies, meaning that they will definitively know whether we ve sent is from Xero, from a mail server we control, and hasn t been tampered with. This will allow mail providers such as Gmail or Yahoo! to have a much higher level of confidence in our , and will short circuit a lot of their spam filtering. The end result of these four steps will be that we ll have a much higher quality of that we re sending, recipient mail servers will have a much higher confidence in the they receive, and we ll have industry leading monitoring of the deliverability of the we send, so we can be confident that Xero s customers are sending invoices to their customers successfully! Frequently Asked Questions: Is it possible to have s come from our mail domain rather than post.xero.com?

9 Unfortunately, there is no longer a way to do this and reliably deliver to your customers. But it looks like Xero is sending the to my customer, and it messes up their plugins and ruins our brand! We understand, and sympathise with this concern but currently don t have a technical solution that will allow us to do this. Is it possible to have all our outgoing s appear in our Gmail Sent Items folder? To do this, we either have to send out your invoice s via your Gmail account (which we re not able to do), or to carbon copy (CC) your account with a copy of every message you send from Xero. We could consider making the CC of your account on every Xero generated an option that you can configure, if that s something that the community votes on as a good feature. In the meantime you can click the Send me a copy checkbox when sending invoices. Another option we have is to track all outgoing messages in the Xero Notifications Inbox, so that you can view all messages sent from your account there. Rapportive and other mail client plugins don t display our company information any more This is because these tools are looking at the displayed From address to determine which company has sent the . Unfortunately there is no way we can change the way we deliver to allow these plugins to treat originating from the Xero mail servers as coming from you. Is it possible to change the address from message service@post.xero.com to noreply@post.xero.com to make it more obvious it s unmonitored? That s an interesting question, and one we considered when setting up the From address. We may consider changing this in the future. Does Xero track the deliverability of our ? Yes. We are in the early stages of using the Agari platform to provide us with metrics and dashboards showing us the deliverability of the invoice s you send using Xero. Please note that this is not a privacy invading tracking system like the hidden image / web bug approach used by some delivery tracking systems, and is purely a report delivered from the recipient mail server (e.g. GMail) to our secure Agari environment.

10 Does Xero return bounce messages to my address? As mentioned in the Bounce section above, there s two different types of bounce messages that we may receive in response to your invoice s, as well as other replies that might come to our servers rather than directly to you. For all of these message types we ll attempt to redirect the bounce or reply back to your inbox. In those situations where that s not possible the other address will receive the Oops! message above. However note that there are many different ways for to fail silently and, in some cases, neither us nor you will be notified by the recipient mail server. Why haven t you set up SPF for post.xero.com? Is the SPF record for xero.com valid? The domain used for SPF checks of our invoice s sent through Xero is notifications.xero.com. The SPF record for this domain is relatively simple, and we have had it s configuration checked by external parties. Are more messages being treated as spam than before these changes? With any change to the way we send , we re very cautious and want to make sure that we re making things better rather than worse. Unfortunately, before embarking on this project with Agari and the DMARC standard, we weren t able to scientifically track deliverability of like we are now able to. We were however able to unscientifically gather metrics about delivery issues through support tickets raised by our customers, and we re confident that these have decreased since the changes. Going forward, we look forward to being able to collect better metrics on delivery, and depending on the community demand we may even be able to share some of these metrics with Xero customers. Could we give each Xero customer their own sub domain (e.g. my company.xero.com)? That s an interesting idea, and not one that we ve yet explored in depth. In that case, we d need to provide signing, DKIM, SPF and redirection for hundreds of thousands of custom domain names, potentially one per customer. We re unlikely to do this in the short term. I previously used another desktop product, and it was able to send on my behalf. Why can t Xero do this? Most previous generation or desktop products that sent would typically send the directly from the logged in user s computer, using their local Outlook or Mail preferences. Because Xero is a Software as a Service application running on our servers, this model is not

11 possible our servers need to be able to send your invoice even if your computer is not connected to the internet. You could potentially revert back to sending your invoice s from your desktop by downloading the PDF files and sending them from your local Outlook or Mail client, or send the invoice s to yourself from Xero and forward the invoice s to your customer manually from your mail client. However, this process will be more time consuming. I use another SaaS product, and it is able to send on my behalf. Why can t Xero? Our review of other SaaS applications, and the ways they send on behalf of the users (impersonate), shows two main approaches: 1. Incorrect ing practices, where impersonated will fall foul of the SPF or spam rules we ve discussed above, much as our solutions did. 2. Correct ing practices, but which require the customer to set up SPF and DKIM records in their DNS, and don t allow impersonation until the SaaS provider has confirmed these settings are correct. We now clearly hear that some of our customers would like the second option, and to be able to opt in to the extra configuration work to configure their SPF and DKIM to allow us to send on their behalf. We are currently evaluating the provision of this feature, and the engineering and support effort required to provide it. We have run some analysis on the number of customers we expect would be able to do the required configuration to make this work correctly, but it would be still great to hear your feedback via our Xero Community site.

How To Ensure Your Email Is Delivered

How To Ensure Your Email Is Delivered Everything You Need to Know About Delivering Email through Your Web Application SECTION 1 The Most Important Fact about Email: Delivery is Never Guaranteed Email is the backbone of the social web, making

More information

e-shot Unique Deliverability

e-shot Unique Deliverability e-shot Unique Deliverability Email Deliverability What is Email Deliverability? Email deliverability s aim is to maximise the number of email messages that reach the intended recipients inboxes. It is

More information

An Email Delivery Report for 2012: Yahoo, Gmail, Hotmail & AOL

An Email Delivery Report for 2012: Yahoo, Gmail, Hotmail & AOL EmailDirect is an email marketing solution provider (ESP) which serves hundreds of today s top online marketers by providing all the functionality and expertise required to send and track effective email

More information

INinbox Start-up Pack

INinbox Start-up Pack 2 INspired Email Marketing This is what you should know about sending emails through INinbox and how to get started! Thanks for joining INinbox. choice. You ve made a great In front of you, you find the

More information

SCORECARD EMAIL MARKETING. Find Out How Much You Are Really Getting Out of Your Email Marketing

SCORECARD EMAIL MARKETING. Find Out How Much You Are Really Getting Out of Your Email Marketing EMAIL MARKETING SCORECARD Find Out How Much You Are Really Getting Out of Your Email Marketing This guide is designed to help you self-assess your email sending activities. There are two ways to render

More information

A White Paper. VerticalResponse, Email Delivery and You A Handy Guide. VerticalResponse,Inc. 501 2nd Street, Suite 700 San Francisco, CA 94107

A White Paper. VerticalResponse, Email Delivery and You A Handy Guide. VerticalResponse,Inc. 501 2nd Street, Suite 700 San Francisco, CA 94107 A White Paper VerticalResponse, Email Delivery and You Delivering email seems pretty straightforward, right? You upload a mailing list, create an email, hit send, and then mighty wizards transport that

More information

WHITEPAPER. SendGrid Deliverability Guide V2. Everything You Need to Know About Delivering Email through Your Web Application

WHITEPAPER. SendGrid Deliverability Guide V2. Everything You Need to Know About Delivering Email through Your Web Application WHITEPAPER SendGrid Deliverability Guide V2 Everything You Need to Know About Delivering Email through Your Web Application The Most Important Fact about Email: Delivery is Never Guaranteed Email is the

More information

How to make the Emails you Send from Outlook 2010 appear to Originate from different Email Addresses

How to make the Emails you Send from Outlook 2010 appear to Originate from different Email Addresses How to make the Emails you Send from Outlook 2010 appear to Originate from different Email Addresses If you only use a single email address to send out all your business and personal emails then you're

More information

So before you start blasting campaigns, check out these common mistakes that email-marketing rookies often make.

So before you start blasting campaigns, check out these common mistakes that email-marketing rookies often make. Hello. If you re new to email marketing, you re probably excited about sending out lots of emails to your customers. But if you re in a rush, you might end up sending emails to people who have forgotten

More information

Introduction... 2. Configuration & Spam Detection... 2. WinWare Webmail... 3. Email Accounts... 3. Email Account Notes... 4. Definitions...

Introduction... 2. Configuration & Spam Detection... 2. WinWare Webmail... 3. Email Accounts... 3. Email Account Notes... 4. Definitions... Page 1 Table of Contents Introduction... 2 Configuration & Spam Detection... 2 WinWare Webmail... 3 Email Accounts... 3 Email Account Notes... 4 Definitions... 5 Sender Policy Framework (SPF)... 5 Email

More information

Setting up and controlling E-mail

Setting up and controlling E-mail Setting up and controlling E-mail Two methods Web based PC based Setting up and controlling E-mail Web based the messages are on the Internet accessed by dial-up or broadband at your Internet Service Provider

More information

MDaemon configuration recommendations for dealing with spam related issues

MDaemon configuration recommendations for dealing with spam related issues Web: Introduction MDaemon configuration recommendations for dealing with spam related issues Without a doubt, our most common support queries these days fall into one of the following groups:- 1. Why did

More information

Using Barracuda Spam Firewall

Using Barracuda Spam Firewall Using Barracuda Spam Firewall Creating your Barracuda account Your Barracuda account has been created for you if you are a current Hartwick College student, staff or faculty member. Setting Your Password.

More information

Adding ECA Marketing to your safe-senders list

Adding ECA Marketing to your safe-senders list Adding ECA Marketing to your safe-senders list If your email provider is not listed below or your email is managed by your company you will need to contact your system administrator. If you have updates

More information

1. How to Register... 2. 2. Forgot Password... 4. 3. Login to MailTrack Webmail... 5. 4. Accessing MailTrack message Centre... 6

1. How to Register... 2. 2. Forgot Password... 4. 3. Login to MailTrack Webmail... 5. 4. Accessing MailTrack message Centre... 6 MailTrack How To Document 27 March 2014 Table of Contents 1. How to Register... 2 2. Forgot Password... 4 3. Login to MailTrack Webmail... 5 4. Accessing MailTrack message Centre... 6 5. Creating a MailTrack

More information

Email Reputation Metrics Troubleshooter. Share it!

Email Reputation Metrics Troubleshooter. Share it! Email Reputation Metrics Troubleshooter page: 1 Email Reputation Metrics Troubleshooter Written By Dale Langley Dale has been working with clients to improve their email deliverability and response rates,

More information

How to make the Emails you Send from Outlook 2003 appear to Originate from different Email Addresses

How to make the Emails you Send from Outlook 2003 appear to Originate from different Email Addresses How to make the Emails you Send from Outlook 2003 appear to Originate from different Email Addresses If you only use a single email address to send out all your business and personal emails then you're

More information

Blackbaud Communication Services Overview of Email Delivery and FAQs

Blackbaud Communication Services Overview of Email Delivery and FAQs Blackbaud Communication Services Blackbaud Communication Services Overview of Email Delivery and FAQs Email Delivery through your Blackbaud Solutions Blackbaud Communication Services can send large numbers

More information

You can attach email accounts to this domain name (eg. sales@acme.com.au or mary@acme.com.au) which also increases your corporate branding.

You can attach email accounts to this domain name (eg. sales@acme.com.au or mary@acme.com.au) which also increases your corporate branding. EMAIL SET UP 1 Your website is placed on the Internet using a domain name (eg. www.acme.com.au). This is your virtual address and it allows people to find your website amongst the millions of websites

More information

DMA s E-Mail Authentication Requirement: FAQs and Best Practices

DMA s E-Mail Authentication Requirement: FAQs and Best Practices DMA s E-Mail Authentication Requirement: FAQs and Best Practices DMA s Board of Directors approved a new guideline for ethical marketing practices in October 2005, with the new member requirement going

More information

User Guide. Version 3.0 April 2006

User Guide. Version 3.0 April 2006 User Guide Version 3.0 April 2006 2006 Obvious Solutions Inc. All rights reserved. Dabra and Dabra Network are trademarks of Obvious Solutions Inc. All other trademarks owned by their respective trademark

More information

Deliverability Counts

Deliverability Counts Deliverability Counts 10 Factors That Impact Email Deliverability Deliverability Counts 2015 Harland Clarke Digital www.hcdigital.com 1 20% of legitimate commercial email is not being delivered to inboxes.

More information

Protect your brand from phishing emails by implementing DMARC 1

Protect your brand from phishing emails by implementing DMARC 1 Protect your brand from phishing emails by implementing DMARC 1 Message from the Certified Senders Alliance supported by AOL, Microsoft and Google In the following article we want to clarify why marketers

More information

USAGE GUIDE ADAM INTERNET SPAM FILTER MANAGER

USAGE GUIDE ADAM INTERNET SPAM FILTER MANAGER USAGE GUIDE ADAM INTERNET SPAM FILTER MANAGER Introduction For all Business Domain hosting services, Adam Internet provides the ability to add SPAM and VIRUS filtering. This service reduces the amount

More information

DST EMAIL. Product FAQs. Thank you for using our products. DST UK www.dstsystems.co.uk

DST EMAIL. Product FAQs. Thank you for using our products. DST UK www.dstsystems.co.uk EFFECTIVE PERSONALISED PRINT AND E-COMMUNICATION SOLUTIONS DESIGNED WITH YOU IN MIND DSTSYSTEMS.CO.UK DST EMAIL Product FAQs version 01 Thank you for using our products. DST UK www.dstsystems.co.uk DST

More information

How to make a VPN connection to our servers from Windows 8

How to make a VPN connection to our servers from Windows 8 How to make a VPN connection to our servers from Windows 8 Windows 8 is able to make a newer type of VPN connection called a Secure Socket Tunnelling Protocol (SSTP) connection. This works just like a

More information

Email Marketing Do s and Don ts A Sprint Mail Whitepaper

Email Marketing Do s and Don ts A Sprint Mail Whitepaper Email Marketing Do s and Don ts A Sprint Mail Whitepaper Table of Contents: Part One Email Marketing Dos and Don ts The Right Way of Email Marketing The Wrong Way of Email Marketing Outlook s limitations

More information

Tufts Technology Services (TTS) Proofpoint Frequently Asked Questions (FAQ)

Tufts Technology Services (TTS) Proofpoint Frequently Asked Questions (FAQ) Tufts Technology Services (TTS) Proofpoint Frequently Asked Questions (FAQ) What is Proofpoint?... 2 What is an End User Digest?... 2 In my End User Digest I see an email that is not spam. What are my

More information

What Spammers Don t Want You To Know About Permanently Blocking Their Vicious E-mails

What Spammers Don t Want You To Know About Permanently Blocking Their Vicious E-mails 2000 Linwood Ave Suite 19J Fort Lee, NJ 07024-3012 What Spammers Don t Want You To Know About Permanently Blocking Their Vicious E-mails Following Last Year s Hack Attack At Epsilon, You May Be Overwhelmed

More information

Anglia IT Solutions Managed Anti-SPAM

Anglia IT Solutions Managed Anti-SPAM By Appointment to Her Majesty The Queen Supplier of IT Products and Support Anglia IT Solutions Limited Swaffham Anglia IT Solutions Managed Anti-SPAM A Simple Guide All Rights Reserved. This document

More information

Email Marketing 201. How a SPAM Filter Works. Craig Stouffer Pinpointe On-Demand cstouffer@pinpointe.com (408) 834-7577 x125

Email Marketing 201. How a SPAM Filter Works. Craig Stouffer Pinpointe On-Demand cstouffer@pinpointe.com (408) 834-7577 x125 Email Marketing 201 How a SPAM Filter Works Craig Stouffer Pinpointe On-Demand cstouffer@pinpointe.com (408) 834-7577 x125 Mark Feldman NetProspexVP Marketing mfeldman@netprospex.com (781) 290-5714 www.twitter.com/pinpointe

More information

email deliverability

email deliverability There s no question that email software and the people who use it are getting better at filtering out spam. This is good since it makes it easier for engaging emails to get through but without a strong

More information

6-Part Lunch Learning Series

6-Part Lunch Learning Series Deliverability Basics Thursday, March 21, 2013 12:00pm 12:30pm EDT #asaewebinar Presented by: Jenny Lassi Professional Services, HighRoadSolution This complimentary webinar is brought to you by HighRoad

More information

Anti-Phishing Best Practices for ISPs and Mailbox Providers

Anti-Phishing Best Practices for ISPs and Mailbox Providers Anti-Phishing Best Practices for ISPs and Mailbox Providers Version 2.01, June 2015 A document jointly produced by the Messaging, Malware and Mobile Anti-Abuse Working Group (M 3 AAWG) and the Anti-Phishing

More information

Unica OnDemand. Unica and email deliverability. Getting to the inbox. Publication Date: January 19, 2010

Unica OnDemand. Unica and email deliverability. Getting to the inbox. Publication Date: January 19, 2010 Unica OnDemand Publication Date: January 19, 2010 N10014 Getting to the inbox N40002 Sending an email is something you do every day. Even when you send a single email, occasionally the message does not

More information

Table of Contents Chapter 1 INTRODUCTION TO MAILENABLE SOFTWARE... 3 MailEnable Webmail Introduction MailEnable Requirements and Getting Started

Table of Contents Chapter 1 INTRODUCTION TO MAILENABLE SOFTWARE... 3 MailEnable Webmail Introduction MailEnable Requirements and Getting Started Webmail User Manual Table of Contents Chapter 1 INTRODUCTION TO MAILENABLE SOFTWARE... 3 MailEnable Webmail Introduction MailEnable Requirements and Getting Started Chapter 2 MAILENABLE KEY FEATURES OVERVIEW...

More information

Law School Computing Services User Memo

Law School Computing Services User Memo Law School Computing Services User Memo Using Rules in the Outlook Desktop Client Manage email messages by using rules A rule is an action that Microsoft Outlook 2013 runs automatically on incoming or

More information

Deliverability Best Practices by Tamara Gielen

Deliverability Best Practices by Tamara Gielen Deliverability Best Practices by Tamara Gielen Hello, my name is Tamara Gielen Blogger Community manager Speaker Independent consultant Trainer Based in Belgium 2010 Tamara Gielen BVBA all rights reserved

More information

Barracuda Spam Firewall

Barracuda Spam Firewall Barracuda Spam Firewall Overview The Barracuda Spam Firewall is a network appliance that scans every piece of email our organization receives. Its main purposes are to reduce the amount of spam we receive

More information

Purchase College Barracuda Anti-Spam Firewall User s Guide

Purchase College Barracuda Anti-Spam Firewall User s Guide Purchase College Barracuda Anti-Spam Firewall User s Guide What is a Barracuda Anti-Spam Firewall? Computing and Telecommunications Services (CTS) has implemented a new Barracuda Anti-Spam Firewall to

More information

SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel

SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel Table of Contents Domains... 1 Add Domain... 2 MX verification Tool... 4 Overview... 5 Incoming... 6 Incoming Bandwidth Overview...

More information

Email Marketing Glossary of Terms

Email Marketing Glossary of Terms Email Marketing Glossary of Terms A/B Testing: A method of testing in which a small, random sample of an email list is split in two. One email is sent to the list A and another modified email is sent to

More information

Implementing MDaemon as an Email Security Gateway to Exchange Server

Implementing MDaemon as an Email Security Gateway to Exchange Server Implementing MDaemon as an Email Security Gateway to Exchange Server Introduction MDaemon is widely deployed as a very effective antispam/antivirus gateway to Exchange. For optimum performance, we recommend

More information

Knowledge Guide: Deliverability. Your Reputation Holds the Key to Deliverability. virtualroi May 2009. by: Return Path

Knowledge Guide: Deliverability. Your Reputation Holds the Key to Deliverability. virtualroi May 2009. by: Return Path Knowledge Guide: Deliverability Your Reputation Holds the Key to Deliverability virtualroi May 2009 by: Return Path Your Reputation Holds the Key to Deliverability Twenty percent of legitimate email never

More information

EFFECTIVE SPAM FILTERING WITH MDAEMON

EFFECTIVE SPAM FILTERING WITH MDAEMON EFFECTIVE SPAM FILTERING WITH MDAEMON Introduction The following guide provides a recommended method for increasing the overall effectiveness of MDaemon s spam filter to reduce the level of spam received

More information

SPAM ARREST WORKS! Quick Start Enterprise Administrators. Take Control of Your Inbox. Protecting mailboxes since 2001

SPAM ARREST WORKS! Quick Start Enterprise Administrators. Take Control of Your Inbox. Protecting mailboxes since 2001 Page 1 of 6 Quick Start Enterprise Administrators Welcome to the Quick Start Guide (QSG) for Enterprise Account Customers. The aim and purpose of this guide is to provide a quick overview of what you need

More information

FORWARDING EMAIL (directed to a non-gcccd email account) Revised 1/15/14

FORWARDING EMAIL (directed to a non-gcccd email account) Revised 1/15/14 FORWARDING EMAIL (directed to a non-gcccd email account) Revised 1/15/14 FORWARDING FROM OUTLOOK WEB ACCESS (easiest method) You can setup your email to auto forward to a non-gcccd account such as Yahoo,

More information

A quick guide to... Permission: Single or Double Opt-in?

A quick guide to... Permission: Single or Double Opt-in? A quick guide to... Permission: Single or Double Opt-in? In this guide... Learn how to improve campaign results by sending new contacts a confirmation email to verify their intention to join. Table of

More information

A better way to manage your email marketing clients

A better way to manage your email marketing clients A better way to manage your email marketing clients When you need help Expert support is all part of the Instiller service and before you get started it s a great time to let you know exactly how it works.

More information

Mimecast Services for Outlook (MSO4)

Mimecast Services for Outlook (MSO4) Mimecast Services for Outlook (MSO4) End User Quick Start Guide for Outlook 2010/2013 Mimecast Services for Outlook (MSO 4) is a software application that integrates with your Microsoft Outlook. Once installed,

More information

Email deliverability: The good, the bad and the ugly

Email deliverability: The good, the bad and the ugly Email deliverability: The good, the bad and the ugly An Experian Data Quality White Paper March 2015 CONTENTS Introduction...1 The good...2 Open rate...2 Click-through rate...3 Authentication...4 The bad...4

More information

Amy wants to use her email to view some photos her friend Sandy sent, from her vacation to Washington DC.

Amy wants to use her email to view some photos her friend Sandy sent, from her vacation to Washington DC. E-mail Attachments Hi, I m Sarah. I m going to show you how to download files people send to you in emails, and how to send your own files to other people using your email. We ll follow along with Amy,

More information

eprism Email Security Appliance 6.0 Intercept Anti-Spam Quick Start Guide

eprism Email Security Appliance 6.0 Intercept Anti-Spam Quick Start Guide eprism Email Security Appliance 6.0 Intercept Anti-Spam Quick Start Guide This guide is designed to help the administrator configure the eprism Intercept Anti-Spam engine to provide a strong spam protection

More information

Email AntiSpam. Administrator Guide and Spam Manager Deployment Guide

Email AntiSpam. Administrator Guide and Spam Manager Deployment Guide Email AntiSpam Administrator Guide and Spam Manager Deployment Guide AntiSpam Administration and Spam Manager Deployment Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2013 Symantec

More information

FORWARDING EMAIL (directed to a non-gcccd email account) Revised 3/22/13

FORWARDING EMAIL (directed to a non-gcccd email account) Revised 3/22/13 FORWARDING EMAIL (directed to a non-gcccd email account) Revised 3/22/13 FORWARDING FROM OUTLOOK WEB ACCESS (easiest method) You can setup your email to auto forward to a non-gcccd account such as Yahoo,

More information

XGENPLUS SECURITY FEATURES...

XGENPLUS SECURITY FEATURES... Security Features Table of Contents TABLE OF CONTENTS... 2 1. INTRODUCTION... 3 2. XGENPLUS SECURITY FEATURES... 3 3. SERVER LEVEL FEATURES... 5 4. DOMAIN LEVEL FEATURES... 8 5. USER LEVEL FEATURES...

More information

How To Prevent Spam From Being Filtered Out Of Your Email Program

How To Prevent Spam From Being Filtered Out Of Your Email Program Active Carrot - Avoiding Spam Filters Table of Contents What is Spam?... 3 How Spam Filters Work... 3 Avoid these common mistakes... 3 Preventing False Abuse Reports... 4 How Abuse Reports Work... 4 Reasons

More information

Smart E-Marketer s Guide

Smart E-Marketer s Guide 30 insider tips to maximise your email deliverability rate 30 insider tips Step 1. Ensure the domain you use for sending emails is configured to enable authentication (SPF / Sender ID/ DomainKeys). Step

More information

Filtering E-mail for Spam: PC

Filtering E-mail for Spam: PC Filtering E-mail for Spam: PC Last Revised: April 2003 Table of Contents Introduction... 1 Objectives... 1 Filtering E-mail for Spam... 2 What Is Spam?... 2 What Is UT Doing About Spam?... 2 What Can You

More information

EMAIL MARKETING MODULE OVERVIEW ENGINEERED FOR ENGAGEMENT

EMAIL MARKETING MODULE OVERVIEW ENGINEERED FOR ENGAGEMENT PLATFORM PEOPLE STRATEGY EMAIL MARKETING MODULE OVERVIEW ENGINEERED FOR ENGAGEMENT Contents p1 E-Newsletter Overview p2 E-Newsletter Sample p3 Forward Article p4 p5 p6 p7 Print Article Read More Subscription

More information

The Guide to: Email Marketing Analytics"

The Guide to: Email Marketing Analytics The Guide to: Email Marketing Analytics" This guide has been lovingly created by Sign-Up.to we provide email marketing, mobile marketing and social media tools and services to organisations of all shapes

More information

Email Deliverability: Optimizing Your Email Marketing Strategy. Version 1.0.08: September 7, 2008 Presented by: Angela McKay CRM Business Analyst

Email Deliverability: Optimizing Your Email Marketing Strategy. Version 1.0.08: September 7, 2008 Presented by: Angela McKay CRM Business Analyst : Optimizing Your Email Marketing Strategy Version 1.0.08: September 7, 2008 Presented by: Angela McKay CRM Business Analyst Version 1.0.08 Table of Contents Table of Contents... 2 About this Document...

More information

Email Deliverability:

Email Deliverability: Email Deliverability: A guide to reaching your audience Email deliverability is a key factor in email campaign performance. Understanding how email deliverability is calculated and how it affects your

More information

SIMPLE STEPS TO AVOID SPAM FILTERS EMAIL DELIVERABILITY SUCCESS GUIDE

SIMPLE STEPS TO AVOID SPAM FILTERS EMAIL DELIVERABILITY SUCCESS GUIDE SIMPLE STEPS TO AVOID SPAM FILTERS SECTION 1 UNDERSTANDING THE BASICS Marketing emails account for most this is spam complaints, 70% in fact, which explains the scrutiny some marketers see applied to their

More information

ITS Spam Filtering Service Quick Guide 2: Using the Quarantine

ITS Spam Filtering Service Quick Guide 2: Using the Quarantine ITS Spam Filtering Service Quick Guide 2: Using the Quarantine The quarantine is where suspected spam messages are held on the ITS Spam Filtering server. In the graphic below, the quarantine window displays

More information

Using WinGate 6 Email. Concepts, Features, and Configurations.

Using WinGate 6 Email. Concepts, Features, and Configurations. WinGate Feature Guide Using WinGate 6 Email Concepts, Features, and Configurations. Neil Gooden Qbik New Zealand Limited Rev 1.0 December 2004 2 Introduction...3 Basic Email Concepts... 3 Differences in

More information

1) Important browser information New 2) Why is my browser so slow? 3) How can I view more than one screen without the other disappearing?

1) Important browser information New 2) Why is my browser so slow? 3) How can I view more than one screen without the other disappearing? Known/Unresolved issues: Browser Scan to e-mail Creating Help Desk tickets for the scan-to-email issue is no longer necessary. A member of MIS will follow up with each office to determine scan-to-email

More information

How to Add an Email Address to your Safe Senders' List

How to Add an Email Address to your Safe Senders' List How to Add an Email Address to your Safe Senders' List An increasing number of e-mail clients (Outlook, AOL, Hotmail, etc.) are including spam blockers that can affect delivery and display of some e-mail

More information

Webmail Instruction Guide

Webmail Instruction Guide Webmail Instruction Guide This document is setup to guide your through the use of the many features of our Webmail system. You may either visit www.safeaccess.com or webmail.safeaccess.com to login with

More information

Introduction to Email. Jan 24 th 2010

Introduction to Email. Jan 24 th 2010 Introduction to Email Jan 24 th 2010 Email Need special software (called email-reader or emailclient) to connect to the email-server and download the emails Email-server has limited space for each user

More information

Popular Email Program Junk/Spam Filter Guide

Popular Email Program Junk/Spam Filter Guide Popular Email Program Junk/Spam Filter Guide *** This guide was assembled as a courtesy to our subscribers and we hope that you will find it useful. Reallocation Strategies does not support and cannot

More information

Email Quick-Start Guide

Email Quick-Start Guide For TradeMark Media s email system Thank you for choosing TradeMark Media for your email hosting. You ve made a wise choice. TradeMark Media offers comprehensive spam and virus protection, POP3 and WebMail

More information

Fundamental Tips for Leveraging Email to Drive Restaurant Sales: Part I

Fundamental Tips for Leveraging Email to Drive Restaurant Sales: Part I Fundamental Tips for Leveraging Email to Drive Restaurant Sales: Part I Getting your email message to the recipient s inbox is the first step in driving restaurant sales with email messages. This article

More information

MISTAKE: NOT HAVING PERMISSION

MISTAKE: NOT HAVING PERMISSION common rookie mistakes HELLO. If you're new to email marketing, you're probably excited about sending out lots of emails to your customers. But if you re in a rush, you might end up sending emails to people

More information

Email Getting Started Guide Unix Platform

Email Getting Started Guide Unix Platform Edition/Issue Email Getting Started Guide Unix Platform One of the most important features of your new Web Hosting account is access to a personalized Email solution that includes individual Email addresses

More information

Google Gmail Marketing Best Practices: Top Gmail Issues and Solutions

Google Gmail Marketing Best Practices: Top Gmail Issues and Solutions Google Gmail Marketing Best Practices: Top Gmail Issues and Solutions A Whitepaper Authored By: Chip House, Vice President Privacy & Deliverability Copyright 2004 -- ExactTarget 47 South Meridian, Suite

More information

How to make the Emails you Send with Outlook and Exchange Appear to Originate from Different Addresses

How to make the Emails you Send with Outlook and Exchange Appear to Originate from Different Addresses How to make the Emails you Send with Outlook and Exchange Appear to Originate from Different Addresses If you only have a single email address from which you send all your business and personal emails

More information

5 Simple Ways To Avoid Getting An Avalanche of Spam

5 Simple Ways To Avoid Getting An Avalanche of Spam Customer Education Series 5 Simple Ways To Avoid Getting An Avalanche of Spam A Business Owners Guide To Eliminating The 10-15 Most Unproductive Minutes Of Each Employee s Day 5 Easy Ways to Avoid Getting

More information

INSTALLATION AND CONFIGURATION GUIDE (THIS DOCUMENT RELATES TO MDAEMON v9.5.0 ONWARDS)

INSTALLATION AND CONFIGURATION GUIDE (THIS DOCUMENT RELATES TO MDAEMON v9.5.0 ONWARDS) Web: Overview INSTALLATION AND CONFIGURATION GUIDE (THIS DOCUMENT RELATES TO MDAEMON v9.5.0 ONWARDS) This document is designed to provide a quick installation and configuration guide for MDaemon along

More information

DMARC and your.bank Domain. September 2015 v

DMARC and your.bank Domain. September 2015 v DMARC and your.bank Domain September 2015 v EMAIL MAKES IT EASY FOR CRIMINALS TO REACH YOUR CUSTOMERS USING YOUR BRAND Phishing and brand abuse erode consumer trust Attacks cause lasting brand damage Fallout

More information

Basic E- mail Skills. Google s Gmail. www.netliteracy.org

Basic E- mail Skills. Google s Gmail. www.netliteracy.org Email it s convenient, free and easy. Today, it is the most rapidly growing means of communication. This is a basic introduction to email and we use a conversational non- technical style to explain how

More information

Tutorial Details Product Demonstrated: X-301 Estimated Completion Time: 15 minutes

Tutorial Details Product Demonstrated: X-301 Estimated Completion Time: 15 minutes How to Setup Email Notifications on ControlByWeb products Tutorial Details Product Demonstrated: X-301 Estimated Completion Time: 15 minutes Getting the Message ControlByWeb products can generate email

More information

INBOX. How to make sure more emails reach your subscribers

INBOX. How to make sure more emails reach your subscribers INBOX How to make sure more emails reach your subscribers White Paper 2011 Contents 1. Email and delivery challenge 2 2. Delivery or deliverability? 3 3. Getting email delivered 3 4. Getting into inboxes

More information

The Email Marketing Performance Booster

The Email Marketing Performance Booster The Email Marketing Performance Booster Table of Contents An Introduction to Email Marketing...2 - Design & Delivery Common Mistakes to Avoid A Design That s Just Too Big...4 Ignorance of the Law...4 Faiure

More information

Filtering E-mail for Spam: Macintosh

Filtering E-mail for Spam: Macintosh Filtering E-mail for Spam: Macintosh Last Revised: April 2003 Table of Contents Introduction... 1 Objectives... 1 Filtering E-mail for Spam... 2 What Is Spam?... 2 What Is UT Doing About Spam?... 2 What

More information

USING OUTLOOK WEB ACCESS

USING OUTLOOK WEB ACCESS USING OUTLOOK WEB ACCESS 17 March 2009, Version 1.0 WHAT IS OUTLOOK WEB ACCESS? Outlook Web Access (OWA) is a webmail service of Microsoft Exchange Server. The web interface of Outlook Web Access resembles

More information

The best ways to ensure that your newsletters reach their recipients

The best ways to ensure that your newsletters reach their recipients The best ways to ensure that your newsletters reach their recipients An issue of paramount importance to any email campaign marketing is the delivery rate of one's sent messages, which means the percentage

More information

This user guide provides guidelines and recommendations for setting up your business s domain authentication to improve your deliverability rating.

This user guide provides guidelines and recommendations for setting up your business s domain authentication to improve your deliverability rating. BLUEHORNET USER GUIDE EMAIL AUTHENTICATION AND DOMAIN MONITORING TOOLS This user guide provides guidelines and recommendations for setting up your business s domain authentication to improve your deliverability

More information

WEBMAIL USER MANUAL AN INTRODUCTION TO WLINK WEBMAIL. Table of content:

WEBMAIL USER MANUAL AN INTRODUCTION TO WLINK WEBMAIL. Table of content: WEBMAIL USER MANUAL Table of content: An introduction to Wlink WebMail Interface guide Read/Delete Email Compose/Send Email Attachment Searching Email Message filter Spam setting Whitelist/Blacklist Email

More information

Adjust Webmail Spam Settings

Adjust Webmail Spam Settings Adjust Webmail Spam Settings An unsolicited bulk email message is known as "spam." Spam, which usually contains some sort of commercial advertising or proposition, is sent to a large number of recipients

More information

The What, Why, and How of Email Authentication

The What, Why, and How of Email Authentication The What, Why, and How of Email Authentication by Ellen Siegel: Director of Technology and Standards, Constant Contact There has been much discussion lately in the media, in blogs, and at trade conferences

More information

MXSweep Hosted Email Protection

MXSweep Hosted Email Protection ANTI SPAM SOLUTIONS TECHNOLOGY REPORT MXSweep Hosted Email Protection JANUARY 2007 www.westcoastlabs.org 2 ANTI SPAM SOLUTIONS TECHNOLOGY REPORT CONTENTS MXSweep www.mxsweep.com Tel: +44 (0)870 389 2740

More information

Beginner s Guide to MailChimp

Beginner s Guide to MailChimp Beginner s Guide to MailChimp Before you start To send emails out using MailChimp you need to put together a list of names and email addresses. You can create as many lists as you want, but you might find

More information

BACKSCATTER PROTECTION AGENT Version 1.1 documentation

BACKSCATTER PROTECTION AGENT Version 1.1 documentation BACKSCATTER PROTECTION AGENT Version 1.1 documentation Revision 1.3 (for ORF version 5.0) Date June 3, 2012 INTRODUCTION What is backscatter? Backscatter (or reverse NDR ) attacks occur when a spammer

More information

1. Introduction...3 2. Email Deliverability-Benchmarks...4 2.1. Working with Your Service Provider...4 2.2. Email sent...4 2.3. Email delivered...

1. Introduction...3 2. Email Deliverability-Benchmarks...4 2.1. Working with Your Service Provider...4 2.2. Email sent...4 2.3. Email delivered... 1. Introduction...3 2. Email Deliverability-Benchmarks...4 2.1. Working with Your Service Provider...4 2.2. Email sent...4 2.3. Email delivered...4 2.4. Bounces....4 2.5. Email unsubscribe requests....5

More information

The Beginner s Guide to G-Lock WPNewsman Plugin for WordPress: Installation and Configuration

The Beginner s Guide to G-Lock WPNewsman Plugin for WordPress: Installation and Configuration The Beginner s Guide to G-Lock WPNewsman Plugin for WordPress: Installation and Configuration Summary G-Lock WPNewsman is a nice WordPress plugin for collecting subscribers using the confirmed opt-in method

More information

EMAIL: How to setup Outlook and Outlook Web Access (OWA) to give a send receipt and a read receipt (Options)

EMAIL: How to setup Outlook and Outlook Web Access (OWA) to give a send receipt and a read receipt (Options) EMAIL: How to setup Outlook and Outlook Web Access (OWA) to give a send receipt and a read receipt (Options) Versions: Outlook 2003 and OWA 2003 Purpose: To show how a user can setup an email message such

More information

Sending an Encrypted/Unencrypted Message. Let's Begin: Log In and Set Up Security Questions. Create Additional ProMailSource Accounts:

Sending an Encrypted/Unencrypted Message. Let's Begin: Log In and Set Up Security Questions. Create Additional ProMailSource Accounts: Let's Begin: Log In and Set Up Security Questions To start, you can log in from the ProMailSource home page. Sending an Encrypted/Unencrypted Message Every message you send through ProMailSource is automatically

More information

Configuring Your Gateman Email Server

Configuring Your Gateman Email Server Configuring Your Gateman Email Server Your Gateman Lifestyle Server includes an Email Server that provides users access to email via an email client and via your web browser using your laptop and mobile

More information

Mimecast Addin Tips and Features

Mimecast Addin Tips and Features Mimecast Addin Tips and Features *New feature now available directly in Outlook* Where do I find the Mimecast Addin? The Mimecast addin is available from the Outlook desktop client and can be found under

More information