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

Hotmail account can't receive email sent by Godaddy

I have tried to make an email service on my web site, but after I tried the code below, I find that my Hotmail account cannot receive the test email but others are fine (Gmail and Yahoo). I am using Godaddy hosting. Please help. My…
userzero
  • 109
  • 5
  • 16
5
votes
0 answers

contact list from yahoo,hotmail,gmail and Facebook in iOS

I am creating an iOS application.I have to implement a mail sending option as "Tell a friend" inside the application.For that I have to get the contacts list from the user's gmail,yahoo,man,Facebook etc. I have used XMPP frame work,by using that I…
ani
  • 440
  • 1
  • 5
  • 15
4
votes
1 answer

Email showing up blank in Outlook and Hotmail

For some reason emails sent to Hotmail or viewed on Microsoft Outlook always show up blank and as far as I know, fine on others (no one else complained except from people who use Hotmail and Outlook). I use CodeIgniter, here is the setting for the…
Koes Bong
  • 1,113
  • 3
  • 15
  • 28
4
votes
0 answers

AWS SES Emails being silently blocked by outlook, hotmail

We use amazon SES to send account confirmation emails to our users. Our users are registered with our service by their district; while they are rightful recipients of our signup emails (their district has registered them) they are not always aware…
mtro
  • 101
  • 1
  • 12
4
votes
3 answers

PHP mail() function cannot send to hotmail?

Okay, I have searched on the internet for answers- sadly to no avail. I'm trying to send mail using the PHP mail() function so members can follow the link to register. It works for Gmail, Yahoo!, but not for Hotmail. Please help meh!!! …
user569322
4
votes
1 answer

web email zebra striped table impossible on Gmail, Hotmail, Outlook?

I'm trying to create a web-mail template with a zebra-striped style that looks the same on different clients. This template comes out from a third party application ( that I cannot control ) that iterates over candidates and the only thing that i…
Sten Ka Razin
  • 883
  • 1
  • 10
  • 23
4
votes
2 answers

Exim's DKIM signatures do not verify on Microsoft servers (outlook, hotmail) *only*

Gmail as well as a local ISP passes DKIM for Exim emails, but Microsoft does not, with the fail noted in the header: Authentication-Results: spf=pass (sender IP is [correct IP]) smtp.mailfrom=[correct domain].co.uk; outlook.com; dkim=fail…
lm713
  • 312
  • 5
  • 16
4
votes
3 answers

How-to Import contacts from hotmail, live, gmail, yahoo

I wounder if soemone know which APIs I need to use if I want to create a importer, just like the one in facebook. importing users and their e-mails.
Troj
  • 11,781
  • 12
  • 40
  • 49
4
votes
1 answer

How to send mail in hotmail using Python?

Is there a way to login my hotmail account and send mails with a Python program?
Mari
  • 43
  • 1
  • 3
4
votes
0 answers

Import Hotmail contacts "the right way"?

I have a website where I want to allow the users to invite their friends, by getting their contacts in hotmail/msn. Google has the google contacts API for these purposes, does MSN publish a similar javascript API? Please note that I do not want to…
AlfaTeK
  • 7,487
  • 14
  • 49
  • 90
4
votes
3 answers

hotmail: user authentication and contact retrieval with PHP

I am trying to write a PHP script that will allow me to do two things: Allow users to use their Hotmail (I think its called 'Live' now?) account to authenticate themselves to a website Retrieve an authenticated users contact list from Hotmail. I…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341
3
votes
1 answer

Windows Live / Hotmail retrieve Contacts' Emails

after I did some research on the subject, I found that Windows Live stopped providing email addresses for a user's contacts through its API. Instead, they provide the email hashes. I did a little more research, and i found many websites being able…
Reyno
  • 583
  • 13
  • 28
3
votes
1 answer

JavaMail Hotmail GetFolderList

I want to view other folders in my hotmail account, besides the Inbox. String host = "pop3.live.com"; String username = "peepants@hotmail.com"; String password = "peepantspants"; Properties pop3Props = new…
3
votes
2 answers

Encoding problems when sending email with PHP to Hotmail

I am using the following code to send email to members of my site. The script works and the email is recieved by the user. But, I do encounter encoding problems when emailing to Hotmail or Notes. The code: $to = "to@email.com"; $headers =…
Shubbi
  • 107
  • 1
  • 2
  • 6
3
votes
3 answers

Why can't I send an email to Hotmail?

Here's my code: $boundary = sha1('whatever'); $headers = 'MIME-Version: 1.0'."\r\n"; $headers .= 'From: "Domainname" emailname@domain.com'."\r\n"; $headers .= 'Reply-to: Domainname '."\r\n"; $headers .= 'X-Priority:…
user317005
1 2
3
24 25