changed outlook link to outlook.live

This commit is contained in:
Matteo Manzinello
2019-05-24 18:26:34 +02:00
parent 6a67892595
commit bfae93f898
3 changed files with 3 additions and 3 deletions

View File

@@ -305,7 +305,7 @@ const actions = {
openOutlook: (mail, url) =>
window.open(
"https://outlook.office.com/owa/?rru=compose&to=" +
"https://outlook.live.com/owa/?path=/mail/action/compose&to=" +
encodeURIComponent(mail) +
url.search.replace(/^[$]/, "&"),
"_blank"