Questions tagged [outlook.com]

Outlook.com is a Microsoft webmail service: a translation of the Outlook desktop application to a web service using the Metro design language, it is scheduled to replace Microsoft's Hotmail service and Outlook Web Access.

Outlook.com is a Microsoft webmail service. It descends from the Outlook desktop application that was a component of the Microsoft Office suite. As part of Microsoft's move towards transitioning the Office suite into a cloud-based software-as-a-service offering, other parts of the Office suite became available online under the Office 365 branding. Outlook.com is a further step in that direction, and also is scheduled to obsolete Microsoft's Hotmail and to bring Hotmail users into the Office ecosystem. It also is based on Microsoft's "Metro" design language, rolling out in the same time-frame as Windows 8, the flagship Metro implementation.

123 questions
1
vote
1 answer

Access outlook.com calendar using the software davmail

Using a mobile phone, it is easy to connect to an outlook.com account using s.outlook.com as server - as specified by microsoft link. I think access should be possible using the software davmail in a similar way, thus enabling users to access their…
user2785383
  • 11
  • 1
  • 3
1
vote
0 answers

CodeIgniter send Email with outlook.com

I am trying to send emails using CodeIgniter and outlook.com (using XAMPP). Sending emails using Codeigniter and Gmail worked well, using the following $config specifications: $config = array( 'mailtype' => 'html' 'protocol' => 'smtp', …
user1894374
  • 233
  • 3
  • 19
1
vote
1 answer

Links in HTML email broken in some email clients

I am sending an email from my web application, but unfortunately it is broken in some email clients like outlook.com. The url is URL encoded using HttpUtil.UrlEncode and appears fine in desktop Outlook or gmail, but in outlook.com the unicode…
1
vote
4 answers

outlook.com how to target css at a specific class

I am designing an HTML email and I've made it look as good as I can in the email clients I have tested. I'm checking it now it Outlook.com and it has some issues (probably because they don't support margins) so I want to add some conditional styles…
Devin Crossman
  • 7,454
  • 11
  • 64
  • 102
1
vote
2 answers

redmine + outlook.com (ex hotmail) for custom domain actionmailer config

We use outlook.com (ex hotmail) as mail for our organisation. I'm trying to make redmine to send notifications with our outlook.com account. Redmine 2.3.1 on Debian 7 with ruby from distribution. I've found that since 2.3 option openssl_verify_mode…
1
vote
1 answer

HTML Email Linked Resource Image Only shows in reply

Odd one here. I am embedding an image in an email using a linked resource. It doesn't show in the original generated email but when I click on reply or forward it shows up fine. The following happens with Outlook.com (Hotmail) and Chrome/Firefox:…
72GM
  • 2,926
  • 3
  • 27
  • 33
1
vote
0 answers

Table with grid of multiple nested tables (align="left") doesn't work in Outlook.com/IE8/XP

I am working on a html-email which shows a table (660px) which contains a filled grid of multiple nested tables (210px) or 'photo-slides' all with attribute align="left". This works in all browsers and email-clients, except Outlook.com/IE8/XP.…
1
vote
2 answers

Mail from the same address is not delivered

I use Outlook.com on my own domain. It's a shop. Whenever a customer makes an order, I send two e-mails: I send him/her the order confirmation (FROM orders@[mydomain] TO the customer's email address) I send a copy to myself (FROM orders@[mydomain]…
1
vote
1 answer

Setting example@outlook.com in outlook 2010?

I am trying to setup my new example@outlook.com account in my outlook 2010. I am try to reffer several links for manual server setting like…
Dhruv
  • 10,291
  • 18
  • 77
  • 126
0
votes
0 answers

Problem Sending Java Mail to Hotmail With Apache James

I'm trying to send an email from James 3 to hotmail.com, but although no problem is indicated to the Java code, the mail is never sent. I'm sending from a user, "elliott@shevin.net" to "eshevin@hotmail.com". I suspect the reason is revealed in the…
Elly
  • 63
  • 8
0
votes
0 answers

imaplib copy Email to Folder (subfolder) on live.com

I am trying to copy mails from Inbox to a subfolder on live.com. Due limitations of the system, I only can work with the default libraries of python 3.8. The code to list the directories of the account looks like this: imapcon =…
Joe Platano
  • 586
  • 1
  • 14
  • 27
0
votes
2 answers

Integrating email providers with my Application

I have a web app built on React, and backend on NestJs. I want to integrate email platforms to my app. Let's say a user signed up in my app and then he uses other functionalities in the app. Then he wants to receive and send emails using my app and…
Afzal Zubair
  • 202
  • 5
  • 13
0
votes
1 answer

outlook.com web add-in | how to display add-in on top ribbon

I working on building an add-In for outlook.com (web version). It perform some action on emails. Currently it works with single email i.e. when you are reading an email, i click on the "..." menu and i can see my add-In there. However i am facing 2…
0
votes
1 answer

Login to hotmail python 3.x

I'd like to login to hotmail.com and choose an email with a defined object, verify its content upon some parameters, and answer if the parameters correspond to the chosen ones. I tried the awangga library but it's not working with python 3.x. (even…
Alamo Pud
  • 1
  • 1
0
votes
1 answer

XSTL Email displays full link on outlook.com

A link that is supposed to be behind an IMG is being displayed as [www.somewebsite.com] it comes out with the brackets as a functional link. And only in outlook.com in the outlook application itself, it works fine just as in gmail.com I have…
Faris Kapo
  • 346
  • 9
  • 30
1 2 3
8 9