Questions tagged [hotmail]

Outlook.com replaced Hotmail. Use the Outlook.com tag.

Hotmail was one of the first webmail services on the Internet in 1996. Microsoft acquired it in 1997 for an estimated $400 million and launched it as MSN Hotmail, later rebranded to Windows Live Hotmail as part of the Windows Live suite of products. Microsoft released the final version of Hotmail in October 2011 and it was replaced by Outlook.com in 2012.

368 questions
0
votes
1 answer

Subject body added twice when composing a new Hotmail email via hyperlink

I was trying to open Hotmail (Microsoft Live Mail) and compose a new email via a hyperlink in the web page as following:
0
votes
3 answers

Multiple Authentication

I am creating a web-page/website that integrates all my accounts into one spectrum, as in, from this page I want to use this page to log into my mail box online or any other site that requires authentication. All i want is a central login panel.…
ferronrsmith
  • 1,110
  • 5
  • 28
  • 47
0
votes
1 answer

import contacts in php from yahoo and hotmail

I want to import contact from yahoo and hotmail accounts using PHP in my application. I have google it alot but there is no specific answer is available to my problem. Every answer has some issues. Please help me in solving this problem. I have got…
user2310840
  • 139
  • 1
  • 4
  • 12
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
1 answer

HTML email newsletter issue in Hotmail

I have the following html which works for me for all email client, but in hotmail i am getting some extra space between each html tags. Basically the spacing between tags are weird. I am using this html for example. it should look same as in…
Deepak Ranjan Jena
  • 437
  • 5
  • 12
  • 23
0
votes
0 answers

How can I connect to Hotmail/Live Mail/Outlook on iOS?

I want to connect to a user's inbox to view their messages. I've tried using the open source project MailCore, which has helped me to access Gmail without problem, but it turns out that Hotmail doesn't support IMAP, and MailCore doesn't support…
Andrew
  • 15,935
  • 28
  • 121
  • 203
0
votes
1 answer

Micrososft version of email sign-in on external websites

Google, Facebook, twitter all of them have pretty well known and documented "APIs" to allow web designers to include "social sign-in" in their websites (like stack overflow does in the login options). I'd like to know if Microsoft supplies any…
out_sid3r
  • 1,018
  • 2
  • 20
  • 42
0
votes
1 answer

Can't send email over Hotmail, only over Gmail

I have a problem. I coded a program which lets you send an email to the address from a .txt list. It works (I'm in Germany) but for other people (in other countries) it doesn't work. For them only email sending over Gmail works. Any help? Here is…
iAmFastAndYou
  • 63
  • 1
  • 1
  • 6
0
votes
1 answer

Paypal button not working in hotmail emails

I'm having an issue with the paypal button code below not working when sent to a Hotmail address. It shows in the email source code and in the email message just fine. But when you click on it, it directs you to the paypal homepage. This works…
0
votes
1 answer

Trouble using media queries for email design in Hotmail(Outlook)

I’m trying to design an email template that is also optimised for iPhone and later for Android if possible. I’ve created a different header with the class “mobileheader” for the header and a navigation menu with the class “mobilenav” and it works…
Haga
  • 1
  • 1
0
votes
1 answer

how do i automatically updated gmail hotmail or yahoo addressbook from website

is that possible to automatically updated gmail hotmail or yahoo address book or contacts from direct website? if yes then any kind of example available? For Example if any customer's or user's registered with their emails then their emails should…
0
votes
1 answer

Pear Mail gets send to hotmail's junk folder

im trying to send email from my VPS to a hotmail account using postfix and PEAR Mail, its sends perfectly to yahoo, gmail, but to hotmail goes straight to junk, i know whis question has been asked before, and i've tried everything, my host name is…
kastulo
  • 821
  • 2
  • 11
  • 19
0
votes
1 answer

Hotmail not showing html or css background

I had problems with backgrounds not showing in most E-Mail clients such as GMail or Yahoo Mail but I found this thread and problem solved by replacing (although I lost some properties like background-repeat and position)
Farid Rn
  • 3,167
  • 5
  • 39
  • 66
0
votes
1 answer

PHPMailer Hotmail "¬"

In PHP, I'm using PHPMailer 5.2.4 to send e-mails and I'm having a really strange problem in the Hotmail (in others email readers works perfectly). The email that is sent has a link, for…
Evandro
  • 219
  • 1
  • 2
  • 7
0
votes
2 answers

NullReferenceException while calling LoginAsync

In my WinRT app, I want the user to connect to his Hotmail account to access to his contacts. I use the Hotmail API from the Live Connect SDK from Microsoft. To establish the connection, I use this sample of code of the same documentation. if…