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
0
votes
1 answer

Emails send from server with cPanel using php go to outlook.com junk/spam folder

When I send an email from e.g. a php (phpmailer) script or SquirrelMail from my cPanel server to outlook.com the emails end up in the junk/spam folder. Sending an email from the same script or email address to another provider e.g. gmail.com will…
Marc Witteveen
  • 743
  • 2
  • 10
  • 25
0
votes
1 answer

Automatically import ICS file to outlook.com

I have an *.ics file and want to import it to my calendar on outlook.com. How can I do this with a powershell script? I need to either delete and recreate the calendar I import to, or clear the calendar before import. Thanks in advance.
Generic Name
  • 1,083
  • 1
  • 12
  • 19
0
votes
0 answers

HTML email is not displaying properly when viewed from outlook.com in the firefox, IE and chrome browsers

I am testing an html email in litmus. It is rendering perfectly in all browsers and clients except for outlook.com on firefox, chrome and IE. I am getting these weird borders and my page layout is slightly thrown off. My A tags also break in…
JET1991
  • 21
  • 1
  • 6
0
votes
2 answers

HTML email displaying mangled in outlook.com

I'm sending a fairly simple multipart message containing both plain text and HTML versions. The HTML version is a table with some columns, all sized in percent. All styles are inline. In outlook.com it renders terribly. Viewing source (in a browser…
Bob Meador
  • 155
  • 4
  • 8
0
votes
1 answer

Outlook.com makes text clickable

This is my send mail: When I manually type exact the same text it does not become clickable When I send a mail from my template to my hotmail account my text become clickable/blue but there is no hyperlink is there anyway to fix this? Note: This…
robbii15
  • 33
  • 1
  • 8
0
votes
2 answers

Whitespace when viewing HTML email on Outlook.com

I'm building a html email, by splicing an approved design in Photoshop and coding it by hand after. The email looks great in both Outlook and Gmail, but not in outlook.com. I've tried: Styling the p.mso classes in style tags Nesting my images in…
Chuck
  • 119
  • 3
  • 20
0
votes
1 answer

Does IMAP search work on outlook.com

I'm new to IMAP. I'm trying to fetch mails from outlook.com, I have configured outlook.com IMAP settings in my email client. I'm able to connect and get messages from outlook.com. But when I'm trying to get messages by using search term like I'm…
Rams
  • 2,141
  • 5
  • 33
  • 59
0
votes
2 answers

Outlook.com changing font family in html email

When I use the line with the h3 tag by itself, the correct font is shown. Once I add the line with the h1 tag, fonts for both are incorrect. Does anyone know what is going on here? I'm at a loss. Thanks. Here is my code:

kjakubek
  • 1
  • 2

0
votes
1 answer

Determine the provider of an email address

I'm trying to implement a "Sign Up" function for my website that allows people to sign up with their enterprise credentials. I would love for it to be as easy as a textbox that they type their email address into without having to select a provider…
Wesley
  • 5,381
  • 9
  • 42
  • 65
0
votes
1 answer

Adding extra p and span tag for html emailing

My html email layout as below; HTML
midstack
  • 2,105
  • 7
  • 44
  • 73
0
votes
2 answers

HTML Email: Line Height Outlook.com ignoring .ExternalClass * {line-height: 100%}

I have spent 22 hours trying to correct this issue, as I am relatively new, I thought I would give up and hand over to the experts. I have tried to remove the additional line height added by outlook.com when you receive a message. I have tried…
dantan04
  • 313
  • 2
  • 5
  • 14
0
votes
1 answer

HTML emails - hiding content in Outlook.com accounts

I was using the following conditional statement to hide content in Outlook for responsive HTML emails, but, I am testing right now, and it does work fine for the Outlook app, but Outlook.com hides all…
0
votes
1 answer

Send email from custom live domian outlook com using jmail java

I am trying to send an email via my custom domain that I have setup using live domains: https://domains.live.com. The email itself works and I can login at outlook.com with my custom domain username and password and send and receive mail. What I am…
user1625233
  • 253
  • 3
  • 9
0
votes
0 answers

"NOT FROM" IMAP Search not working properly with emails for outlook.com

This is a test I did with IMAP on outlook.com connecting through OAuth2 # THIS IS CORRECT ipdb> mail.criterion = '(FROM "ship-confirm@amazon.com")' ipdb> mail.get_headers() [('"Inbox"', [,…
Hassek
  • 8,715
  • 6
  • 47
  • 59
0
votes
0 answers

Server-side Single sign-on with Live Connect API

Assuming I get user's email and password in a variable, how do I authenticate on Live Connect on behalf of this user who consent to grant me with permissions to access his information ? Is it possible to perform this by only using REST…
1 2 3
8 9