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
3 answers

get aol contacts using oauth api

If there is aol api for oauth is available. What i want is to import aol contacts using oauth. I got such a api of google, yahoo & hotmail. Hotmail gives me email hashes instead of email ids. So ,i also ask question that if there is some way to get…
Parth
  • 527
  • 1
  • 8
  • 17
3
votes
1 answer

Cannot get Unread emails from hotmail account using javamail api

I am trying to write a simple java program which returns me all the unread email from my hotmail account using javamail api. This is the code I am using : String SSL_FACTORY = "javax.net.ssl.SSLSocketFactory"; Properties props = new…
yashdosi
  • 1,186
  • 1
  • 18
  • 40
3
votes
1 answer

Invite via hotmail contacts with rails

I need to send an invitation mail to hotmail contacts. I'm trying to use this gem for this. This works correctly for gmail and yahoo, but for hotmail it doesn't: Their API returns a Contact object, which does not contain an e-mail field! Then, I…
mr.The
  • 445
  • 5
  • 17
3
votes
1 answer

How to Download all mail with attachments to server using PHP IMAP?

Using PHP IMAP function i can read email, but i need to run autoamtically or manually to download messages , how can i download all email messages with or without attachments and saved it to local drive or server in mailid folder name for major…
senthilbp
  • 807
  • 1
  • 9
  • 16
2
votes
2 answers

Can't send mails to only Hotmail. (gmail, etc. works perfectly)

I need your help. I have a php script to send email to people who register. but that script does not work for hotmail. hotmail users do not receive that email at all. not even in the junk folder. it works perfectly ok for yahoo! Mail. what am i…
Ibra038
  • 151
  • 1
  • 3
  • 13
2
votes
0 answers

Sending event invites (ics) to hotmail users

I have a piece of code that looks like the code bellow. It creates a Swift Attachment and creates a Swift mail. As part of the mail I also included the content of the ics (I found some code that did that, but doesn't help). The problem is that the…
Roel Veldhuizen
  • 4,613
  • 8
  • 44
  • 78
2
votes
5 answers

sending local emails to hotmail issue

I have the following code that causes 'The SMTP host was not specified.' Any ideas why this happen? Many thanks var mailMessage = new System.Net.Mail.MailMessage(); mailMessage.To.Add(new MailAddress("myemail@hotmail.co.uk")); mailMessage.From = new…
James Radford
  • 1,815
  • 4
  • 25
  • 40
2
votes
4 answers

CSS borders in Hotmail

I have created a HTML email that displays fine in all the email clients I have tested it in, expect for Hotmail. Hotmail for some reason, is stripping my css border styles and not displaying them. I have included part of the code that has the border…
Triforce
  • 21
  • 2
2
votes
1 answer

PHP CURL: problems signing in to Hotmail

I've killed lots of time on this and now I am running out of debugging options. If anyone has encountered this problem before or even simply has a slight idea of what can be going wrong, please let me know. First of all, I use CURL to visit this…
Eugene
  • 4,197
  • 7
  • 37
  • 54
2
votes
1 answer

hotmail sendmail question

using VB.NET System.Net.Mail I declare Dim SmtpServer As New SmtpClient() With a Gmail account and using port 587 I'm able to send emails, it works. Now I want to use the very same program with a smtp.live.com POP server and my Hotmail…
Didier Levy
  • 3,393
  • 9
  • 35
  • 57
2
votes
0 answers

hotmail marking valid emails as junk

I'm sending notification emails to customers who explicitly ask for this information, but most of the messages are being marked as junk. In some cases the same email with the same content is marked as junk for a user and not marked for another user.…
Guille
  • 313
  • 3
  • 5
  • 10
2
votes
1 answer

What is the best email frequency for high volume transactional emailing?

Let's say we send about 100k emails per day to our users. These are all transactional emails ("You received a new message",etc.) In order to reduce the number of emails we group those transactions into summary emails and send those summary emails…
Haluk
  • 2,091
  • 2
  • 27
  • 35
2
votes
1 answer

Delivery Issue - Hotmail and Yahoo

We are having issues with emails from Mailgun being delivered to Hotmail and Yahoo email addresses. Emails to Yahoo go straight to spam, and emails to Hotmail just disappear - i.e. not in Inbox nor in Spam folder. Does anyone have experience with…
tangosdad
  • 63
  • 4
2
votes
1 answer

Why does this particular message get delivered to the Junk mail of hotmail users?

I manage various servers that send and receive email at various levels. Mostly I use Sendmail on FreeBSD machines. I'm having problems in delivering to Hotmail users and apparently more in general anyone that makes use of microsoft based antispam…
2
votes
2 answers

Hotmail Alerts using Live API

Iam looking to write a C# application to alert the user when he gets an email on his hotmail account. I have already gone through http://www.codeproject.com/KB/IP/httpmail.aspx But seems that Microsoft has discontinued it…
Sumit Ghosh
  • 3,264
  • 4
  • 40
  • 59