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
1
vote
0 answers

Live/Hotmail REST Api to get full email, phone and fax numbers

As some guidelines on net, this is the way I used to get live/hotmail contacts information: call this url to get Access…
kairen
  • 235
  • 3
  • 13
1
vote
1 answer

What is the proper way of handling multiple account login from the same machine & browser?

I'm wondering if anyone knows how exactly Gmail, Hotmail, Facebook etc handles following scenario. (NOTE: Assuming Cookie is shared between tabs) Opens two login page to the application. User 1 logs in the domain. User 1 changes some data without…
BlueFox
  • 950
  • 13
  • 29
1
vote
0 answers

receive mail using pop3 asp.net of hotmail

I am using POP3 Code for the receiving mail from mail Server It runs good on GMail and yahoo but when i am trying to connect with hotmail o ma getting error over string response = SendCommand("STAT"); "-ERR command not expected now\r\n" I am…
Ashutosh Adarsh
  • 79
  • 1
  • 1
  • 9
1
vote
1 answer

mail not sending to hotmail and gmail

i have a problem with sending email from my server to hotmail and gmail. seems the mail is just dropped, no returned bounce email notices etc. the emails just vanish. I have looked around for solutions on the net but nothing seems to help. below are…
1
vote
2 answers

Java:Apache commons mail goes immediately to hotmail junk folder

Is there a way to make my email pass through these hotmail filters? In gmail the mails arrive in the inbox folder
Argiropoulos Stavros
  • 9,436
  • 11
  • 61
  • 79
1
vote
1 answer

SMTP connect() failed PHP mailer

I'm trying to send an email from my hotmail account using PHPMailer. It's working fine from my PC but when I try it on another PC I get this error message: 2015-04-23 17:31:18 CLIENT -> SERVER: EHLO localhost 2015-04-23 17:31:18 CLIENT -> SERVER:…
Eadhun Di
  • 132
  • 1
  • 13
1
vote
0 answers

Hotmail rejects all server mails

Mails send from my server never arrive at hotmail accounts, even spam shows nothing. I tested my mails at mail-tester.com and auth-results@verifier.port25.com, both got the best score. I host at digital ocean with cPanel with my own nameservers, my…
user3708994
  • 81
  • 1
  • 8
1
vote
1 answer

Unable to deliver email to hotmail or gmail

I have been attempting to send emails to registered users of my application via php. I am using LAMP on debian ( digital ocean droplet ). Sendmail and opendkim. I have set up SPF, DKIM and DMARC and confirmed these are working correctly through…
Henry
  • 7,721
  • 2
  • 38
  • 38
1
vote
2 answers

Are there white lists for Yahoo, Gmail, Hotmail and AOL?

In my website (under development), the members can send messages to each other which are sent directly to their email, now I'm worried that some members can send spam to other members (I have a spam filter but it doesn't give 100% protection as you…
Waleed Eissa
  • 10,283
  • 16
  • 60
  • 82
1
vote
3 answers

Can't send e-mail to hotmail addresses

I recently did a mailing to a lot of hotmail addresses and now all the e-mails I send out (from PHP by the way) don't seem to reach their destination. So I figure hotmail banned my url... Is there any way to get rid of this ban so my e-mails will…
FinalFrag
  • 136
  • 8
1
vote
2 answers

How can I report bugs of outlook.com?

I found a bug in outlook.com and I didn't find a way to submit it to Microsoft, They didn't have outlook.com in their programs for submitting it's bug. How can I submit that bug? You can see the bug here:outlook bug
user4434835
1
vote
0 answers

DKIM failure when signing with different domain - header.d ignored

We (sender.org) provide a mail server for a client (example.org) and sign outgoing messages with our private DKIM key (we cannot change the signing domain to the client's domain). Return-Path: bounce@sender.org From: from@example.org The DKIM…
Horen
  • 11,184
  • 11
  • 71
  • 113
1
vote
1 answer

Php mail() is not sending mail to hotmail user but working with all others

I am sending mail using php mail() function from my dedicated server through php script. Script is sending mail to all email users except hotmail users. Here's my code for mail() function $hyperlink = 'http://test.guru99.com/'; $to…
Ram Guru99
  • 175
  • 1
  • 1
  • 14
1
vote
1 answer

outlook vba select messages in sub-folder

Outlook 2007 is configured with two email accounts: Account#1: Hotmail Account#2: Gmail I would like to create a macro named simulating a user doing the following: Left click on a within either the hotmail or gmail account. Highlight all…
Inetquestion
  • 165
  • 1
  • 15
1
vote
1 answer

Hotmail can not properly read email with ! in url

I have a single page app, which has URLs like http://example.com/#!something/something/. The problem is that when I send email containing link to such url, hotmail users get them wrong (I have noticed it only in hotmail, everyone else is good). The…
Salvador Dali
  • 214,103
  • 147
  • 703
  • 753