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

How can I get Hotmail contacts of users using the Live Connect API?

I found some Live API code for reading contacts but I don't know what are the parameters to send as well as the body data to get all contacts (me/contacts). The code I found is in this question hotmail get contacts with curl using api
George Kmeid
  • 43
  • 2
  • 10
0
votes
1 answer

Hotmail Contact Import Alternate PHP

I got an old script working in local for importing hotmail email address. but can't find it working in live server. Says connection timeout. Script total detail on:…
KoolKabin
  • 17,157
  • 35
  • 107
  • 145
0
votes
2 answers

Issue using

We're using the following code as a vertical spacer in an HTML email:
 
This works well everywhere -- except Hotmail where it creates a very large space. We've researched this a…
jsuissa
  • 1,754
  • 6
  • 30
  • 64
0
votes
1 answer

CSV Headers in Gmail, Yahoo, Outlook and Hotmail?

I want to know the list of CSV headers from the CSV files provided by GMail, Yahoo , Outlook and Hotmail. Tried looking over the internet for the list but couldn't find any. I am trying to import the contact list from a given CSV file and need to…
baskar_p
  • 665
  • 5
  • 16
0
votes
4 answers

Hotmail (live.mail) css float not supported?

Trying a whole bunch of different ways to get my elements to float (which all work in gmail etc) in hotmail. < div class="plzfloat" id="floats" style="float:left"> #floats{float:left;} .plzfloat { float:left;} I even added css rules for a class…
user1952878
  • 5
  • 1
  • 2
0
votes
1 answer

Is there a script somewhere that can scrape hotmail web page for simple things like unread count?

Is there a script somewhere (doesn't matter what language although it would be best if it can run on linux) that can fetch for simple things from the hotmail/live mail web page? Of course the main motivation for this is that hotmail does not allow…
erotsppa
  • 14,248
  • 33
  • 123
  • 181
0
votes
2 answers

hotmail get contacts with curl using API

function tratar_hotmail(){ $client_id = '0xxxxxxxxxxxxxxxx2'; $client_secret = 'Wyyyyyyyyyyyyyyyyyp'; $redirect_uri = 'http://example.com/'; $auth_code = $_GET["code"]; $fields=array( …
Toni Michel Caubet
  • 19,333
  • 56
  • 202
  • 378
0
votes
1 answer

styles not applying in hot mail email template

I have a table in my email template. I applied styles to right align the text inside the td. But when i check them using hotmail the style tag looks empty. I tried align="right" inside the td. But nothing happens. Html:
Sam Hanson
  • 1,317
  • 4
  • 22
  • 48
0
votes
2 answers

email hyperlink allow user to choose email client

On some websites when I click the contact email link, I get either a list or some icons for common email programs like gmail, yahoo, hotmail, etc., and I can pick which email program I want to open, then the email program opens and fills in the To:…
user1892770
  • 323
  • 2
  • 3
  • 15
0
votes
1 answer

Hotmail and Outlook issues with radio buttons

Recently I implemented a system where customers could give feedback about customer service in an email. The email sent to them included two radio buttons, a comment text entry box, and a submit button. The solution was tested in Gmail and worked…
Adam
  • 311
  • 1
  • 3
  • 15
0
votes
1 answer

Hotmail login on azure asp.net web application

I'm developing ASP.NET web application that will run on Windows Azure. In my local enviroment http address of application is 127.0.0.1:81. I want to use possibility of logging for user with hotmail account. To do that I had to register my…
0
votes
1 answer

Track IP address behind proxy Hotmail

I'm trying to use an image to fire a PHP script to record IP address of the email recipient. I referred to this but no proxy is detected. How do I overcome this challenge by Hotmail?
ericn
  • 12,476
  • 16
  • 84
  • 127
0
votes
2 answers

Hotmail is ignoring return-path header

I am using this php class on a small email list manager, I am using a hotmail email and smtp.live.com to send the emails. It works fine, but I am getting some bounced emails so I wanted to receive them on a different address where it would be easier…
James Harzs
  • 1,853
  • 5
  • 21
  • 30
0
votes
1 answer

rich-text editor for message body in Hotmail freezes when entering subject and Addressee first

It's a strange problem, happened hundred of times. I am trying to find out why is the rich-text editor for message body in Hotmail Freezes when you enter subject and Addressee first.(some times!). I am using The Latest Version of Chrome Version…
Alaa Alweish
  • 8,904
  • 16
  • 57
  • 84
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