How to Set Outlook as your Default Mail Application in Windows 10

I admit, I like Windows 10, but there are a few settings that tend to annoy me because they exploit the everyday user’s unfamiliarity with Windows 10 in order to push built-in Windows 10 apps on the unsuspecting. One of those settings designates the Windows 10 Mail application as the default mail application – even after Outlook has been installed.

[Just to clarify: When you are reading an email in Outlook and you click “Reply” you get a new email Window in Outlook. That’s not the issue.]

Here’s how this setting can cause you problems: When you click an email link on a web page – or even an email link within the body of an email you may be reading in Outlook, instead of opening the new email window in Outlook, Windows 10 will open a new email window in its own email application.

If you’d like all new email windows to open in Outlook, follow the 3 steps below to change your Windows 10 default mail application to Outlook.

1. In the Windows 10 search bar, type the word “Default” and the window should expand upwards displaying “Default app settings”

2. Left-click “Default app settings” and a window showing your Default Apps should appear with “Email” at the top.

3. Left-click somewhere over the envelope icon and select the email program you prefer.

(see the images below for more help and
click any image to view it larger on its own page)

When you begin typing, a menu similar to the one in the image below should pop up above the search bar.

After you click “Default app settings” you should see the following menu displaying the Mail icon under the word “Email”:

If you hover your mouse over the Mail icon, it will be highlighted with a gray bar as in the image below:

When you left-click anywhere on the gray bar, a menu will open similar to the one in the image below. Just click the email application you prefer (in this example, I’ve used “Outlook 2016”) and you’re done!

Hopefully, a Windows 10 update won’t hijack that setting and make you do this again. 🙂

share your email address, but hide it from spammers

Type the following code in your “contact” page or wherever you want your contact information to appear on your website:

htmlcodeforjavaemailaddress

Copy the code below, paste it in a text file and edit the content in red:
(You can use any text editor, like the Notepad app in Windows.)

<!– Begin

// NOTE: If you use a ‘ add a slash before it like this \’
// NOTE: to turn any code into a comment, type two forward slashes //
in front of the line of code
// NOTE: I left the css code in, but you would need to create it in your own style sheet

document.write(‘<span class=”phonetitle”><nobr>’);

document.write(‘Your Name Here‘);

document.write(‘</nobr></span><br>’);

document.write(‘10901 Your Street<br>’);

document.write(‘City, ST 12345<br>’);

document.write(‘PHONE: <span class=”phonetitle”>(555) 555-5555<BR></span>’);

//document.write(‘<br>’);

document.write(‘EMAIL: <A HREF=”mailto:yourown@emailaddress.com” class=”link”>yourown@emailaddress.com</a><br>’);

//  End –>

Name the text file “phone.js” and save it in the same folder as the file containing the first code.

Now, your email isn’t underlying text that’s easily found by scammers and spammers, it’s buried in code. The downside is that anyone who’s not running javascript can’t see your content – rare, but possible.

Caveat: If your website is hosted on WordPress.com, they don’t allow javascript, so this code won’t work for your site.

(code snippet credit allwebcodesign.com)

send someone a text via email.

Did you know you can send text messages from any email program to a cell phone? For example, to email a text message to someone who uses AT&T, you would address the email like this: 10digitcellnumber@txt.att.net

However, when sending text messages via email, follow a few best practices:

1. Keep the message to just text (no images or attachments).
2. Keep the text plain (no text formatting).
3. Keep these messages short. If you send a large message, it will be broken up into multiple smaller 140 or 160 character messages. #annoying
Continue reading “send someone a text via email.”