Famlam / mailto-chromeextension

A Chrome, Opera and Safari extension that handles mailto: links
Other
41 stars 6 forks source link

Mailto on chrome to outlook office 365 #71

Open ajvaladez05 opened 8 years ago

ajvaladez05 commented 8 years ago

Hi, this may have been covered somewhere else but we recently switched to outlook office365 to handle our emails over gmail and we have webpages that use mailto links to render user made emails to send to clients. This worked with Gmail but I was curious how to set this up with the outlook.office.com servers. Thanks

oebe commented 7 years ago

Hi,

Just had the same issue but found the answer:

In your Chrome Extensions window, look up the mailto-extension: Click: Options Click: Add another service>

Enter in fields: Outlook 365 https://outlook.office.com/owa/?rru=compose&to={to}&subject={subject}&body={body}&cc={cc} Hit Add Ready!

To test: Go to page with mailto-link, or Refresh(!) is one is opened already.

oebe commented 7 years ago

@Famlam Could you add this option for Outlook 365 to the extension? I got the solution written in my previous post.

TekBear commented 6 years ago

Have not yet switched to beta. To use with outlook.live.com I needed to use "add another service" option and use this uri (note: compose window is slow to load)

https://outlook.live.com/owa/?path=/mail/action/compose&to={to}&subject={subject}&body={body}&cc={cc}

I am not sure how relevant this is to "Outlook 365" (outlook.office.com) but may help others using outlook.live.com (also switching to beta at some future time)