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

JQuery for Displaying Dynamic Labels such as Hotmails' Email Recipients?

Am very new to JavaScript / JQuery... Am trying to create a label which is similar to the e-mail addresses that one has in their TO: text field (as input) in Hotmail. What I am seeking is a mechanism to pass in a String name and String e-mail into a…
PacificNW_Lover
  • 4,746
  • 31
  • 90
  • 144
3
votes
1 answer

import contacts from gmail/hotmail/yahoo to php

i would like to import contacts from gmail/hotmail/yahoo to my php applications just like those found in social network. i've read how gmail does it but im still not very clear about it. it says i would need to do a http request like this…
chrizonline
  • 4,779
  • 17
  • 62
  • 102
3
votes
4 answers

How do I get a Hotmail contact list in C#?

How can I get a Hotmail contact list in C#? Are there any working examples? I haven't found any either through Google or through a Stack Overflow search.
Erkan BALABAN
  • 1,347
  • 1
  • 13
  • 20
3
votes
0 answers

Laravel Expected response code 250 but got code “”, with message “” [hotmail]

I have an laravel app that send mails, the mailer run in localhost but in the server i have something like that: Swift_TransportException: Expected response code 250 but got code "", with message "" in…
tesoner
  • 161
  • 1
  • 9
3
votes
1 answer

Send e-mail with Java using hotmail account

I'm doing a web application for send e-mails with a hotmail account. This is my code: props.put("mail.transport.protocol", "smtp"); props.put("mail.smtp.host", "smtp.live.com"); props.put("mail.smtp.auth", true); props.put("mail.smtp.port",…
Jonathan
  • 121
  • 2
  • 11
3
votes
4 answers

How to fix the "421 RP-001 The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit" problem?

We run a large online community in the Netherlands. Because of that we send a lot of mail to the hotmail email addresses of our members. Recently we have noticed that not all mail is reaching our members, because we have hit a certain limit or so it…
Ryan
3
votes
4 answers

Does MSN/Hotmail support OAuth?

I want to allow users on my website to import contacts from their hotmail account, using OAuth. Is it possible?
niaher
  • 9,460
  • 7
  • 67
  • 86
3
votes
4 answers

Cannot send email through Hotmail / live.com / outlook.com

I have read other answers on the stackoverflow. but none of the solutions work for me. I'm trying to send email through live.com, but unable to it. The error message: mailbox unavailable. The server response was: 5.7.3 requested action aborted; user…
mjb
  • 7,649
  • 8
  • 44
  • 60
3
votes
2 answers

Hotmail rejecting php's email's

My website sends activation mails to new members using the php mail() function. I manage my email accounts using the google mail service (aspmx.googlemail.com). But unfortunately, Hotmail users receive the activation email in their unwanted…
Jens
  • 1,499
  • 3
  • 17
  • 28
3
votes
2 answers

Sending images by mail

I've written a mail that'll send emails with images as attachments. The images are displaying in yahoo and gmail. But hotmail is displaying a square grey box wherever there should be an image. The following is the code that builds the image. Of…
Stardust
  • 1,115
  • 6
  • 22
  • 33
3
votes
1 answer

Gmail not rendering email with html breaks properly when sent from Django

I'm currently using Django to send an email to a user who has forgotten their password. All other email clients render the email properly with the breaks. However Gmail doesn't seem to care about the html and it squishes all the text…
deadlock
  • 7,048
  • 14
  • 67
  • 115
3
votes
1 answer

Hotmail SSL3 version number error using smtp

I am trying to use the hotmail smtp server from python. However, my login attempt gives rise to an apparent SSL3 version number error. How can I change the version I am using and how do I even investigate this? >> s.connect('smtp.live.com:587')…
highBandWidth
  • 16,751
  • 20
  • 84
  • 131
3
votes
0 answers

MailCore 2 iOS Fetching Yahoo & Hotmail Emails

i'm quite new to MailCore 2 and im having trouble fetching emails from yahoo & hotmail accounts. I can fetch gmail emails with no problem. Yahoo: When I try to fetch email from a yahoo account (imap.mail.yahoo.com) I get the following Error: Error…
Neil Faulkner
  • 526
  • 1
  • 4
  • 22
3
votes
1 answer

HTML Email - Outlook.com/Hotmail CSS overriding styles

I'm working on an email that is having spacing issues between the

tags in hotmail. I used the .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} but it looks…

Modo Modo
  • 113
  • 2
  • 12
3
votes
2 answers

Email sending with CI using hotmail

I am trying to create an email notification system with CI. The problem is the system on which I am working on has blocked gmail. So, i am unable to use the gmail SMTP. Now, I have to figure out a way to send emails with hotmail or any other SMTP…
muttalebm
  • 552
  • 1
  • 6
  • 22