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
2 answers

Send mail to @hotmail.com/@live.com with JavaMail

I develop a application on android to send email. I want to use account MSN to send mail but it not send and error code on debug as below: My configure on property…
Sovanrith Prak
  • 294
  • 2
  • 7
  • 18
0
votes
2 answers

c# SmtpClient with AlternateView receive blank content on Hotmail Live MSN OUTLOOK.com service

I recently face a new problem. I send email with the SmtpClient Class everything work fine except for one point. When I want to check the render on Microsoft mail service like hotmail the email is blank but when I check the source the content is…
MrZen
  • 63
  • 14
0
votes
2 answers

How to send an email using java mail from @outlook.com?

I am building an android app. I want to send an email from xxxxx@outlook.com. This is the code. public void setUp { Properties props = new Properties(); props.setProperty("mail.transport.protocol", "smtp"); …
nanoalvarez
  • 83
  • 2
  • 4
  • 10
0
votes
1 answer
0
votes
1 answer

Disable text resizing of HTML mail in Outlook.com

I'm struggling to disable the automatic text/font formatting that Outlook.com applies to HTML e-mails. I have tried using: -webkit-text-size-adjust:none;-ms-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none; and then,…
Ben
  • 190
  • 7
  • 21
0
votes
1 answer

POP3 Login restriction error

I know this question may not adhere to this website's standards but I couldn't find the answer anywhere else . I'm trying to create mail listener client which checks a POP3 account every 30 seconds for any new mails and downloads it. Right now I'm…
Aneesh
  • 1,703
  • 3
  • 24
  • 34
0
votes
3 answers

Is it possible to change the SMTP information in the php.ini file to point to Microsoft's Live email SMTP servers?

Here's what's in my php.ini file: [mail function] ; For Win32 only. ; http://php.net/smtp SMTP = localhost ; http://php.net/smtp-port smtp_port = 25 Is it possible to simply change localhost to smtp.live.com and change the port (smtp_port) to point…
Mike Marks
  • 10,017
  • 17
  • 69
  • 128
0
votes
1 answer

Microsoft outlook.com is not showing embedded images

i am working on a project in which am sending email to the user after registration. The problem is emails in all email clients are working perfectly except outlook.com (hotmail.com). The Logo at the top of email body is not showing, it only shows…
Sheraz
  • 71
  • 1
  • 1
  • 7
0
votes
3 answers

Extra margin and line-space added to images in Outlook.com

I may be missing something obvious but for some reason Outlook.com is overriding the margin and line-height for the P tag it conveniently wraps all images in. Any solutions to remove this unwanted space at the bottom?
devlondoner
  • 127
  • 2
  • 11
0
votes
1 answer

Getting outlook message using cURL php

I want connect to Outlook.com using cURL (php) and get the message from inbox.
Chahroud
  • 31
  • 1
  • 6
0
votes
1 answer

How to prevent decoding of encoded forward slashes in Windows Live mail?

I've got aform with a continue link that is send by email. In this link I've added some sensitive encrypted data that is encoded by Base64. The value contains a slash which is encoded into %2F (with a Server.UrlEncode). When I send the link to a…
Kees C. Bakker
  • 32,294
  • 27
  • 115
  • 203
0
votes
1 answer

Connecting to outlook.com in C# using AE.Net.Mail

I cannot connect to any mail accounts to retrieve emails using the AE NET Mail IMAP library. I've used it a while ago and it's good, but I've come back to it and in a new project it's not working for any email account. I have the following code: …
James
  • 167
  • 1
  • 3
  • 11
0
votes
2 answers

Email Newsletter Background Image & Font Color

I have just coded an email design, tested it in Litmus & found out the following errors: Outlook.com: There was no background image for the newsletter & some of the headings (h4) font color is totally different. Although the same color is OK for the…
Tahir
  • 73
  • 2
  • 11
-1
votes
1 answer

How can i add signature to outlook.com/hotmail/office365 account?

I want to know how can i apply a signature to my hotmail/outlook.com/office365 using REST API. I searched in google and stackoverflow for examples but didn't found any. I checked the office365 REST API but they don't explain about USER…
Dinesh Manne
  • 207
  • 1
  • 15
-1
votes
3 answers

Email Template: Form and input not working on outlook.com

As we know, Outlook.com is taking over Hotmail. HTML form and input fields in the email template no more working on Outlook.com. The problems which include: Form cannot be submit Input text field looks weird Input radio cannot be select …
richard
  • 1,456
  • 4
  • 15
  • 22
1 2 3
8
9