Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
4answers
1k views

PHP API for Hotmail?

Is there a way to retreive EMAIL (not contacts) using a Hotmail PHP Api? Is there EVEN one?
15
votes
5answers
16k views

PHP APIs for Hotmail, Gmail and Yahoo?

I am a PHP developer who is kind of in a pickle. I'm trying to locate and/or build an API capable of speaking to Hotmail, Yahoo and GMAIL in order to retrieve contact lists (with the user's consent, ...
8
votes
7answers
941 views

C# checking Hotmail Inbox through HTTP

I am looking for a fast way or a library to check a hotmail inbox using HTTP. Note that it must be through Http and not pop3 or Imap(that is not supported anyway). I need that because I need to ...
8
votes
2answers
3k views

How to use Microsoft Account in an openID site?

I am planning to build a site with openID authentication , most of my target users will register in the site using Microsoft accounts (hotmail/live/windowslive). Is there anyway to use Microsoft ...
7
votes
5answers
7k views

Taking contact list from hotmail gmail yahoo in java?

most of social networks does this. when you register one of them for example twitter it says why dont you invite your friends from hotmail or yahoo or gmail. and expect us to give our credentials and ...
6
votes
2answers
167 views

How to Grab Hotmail Contact Email Addresses?

I am trying to retrieve user contacts in Hotmail account exactly like google+ and twitter. What I tried so far is using getting verification code: wrap_scope=WL_Contacts.View I have traced Gogole+ ...
4
votes
1answer
595 views

PHP - imap/pop3 and Hotmail - Does anybody have working code? [closed]

I'm trying almost 2 days with many different classes and codes to download emails from hotmail but still can't find any working code. Does anybody have working code that can download emails from ...
3
votes
4answers
836 views

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.
3
votes
2answers
204 views

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 ...
3
votes
2answers
6k views

What is the full list of Hotmail/Windows Live mail domains?

I've changed our website's contacts import mechanism to use the Windows Live Contacts API for importing contacts from Hotmail. Now I'd like to be able to detect when an email a user gives us is a ...
2
votes
1answer
663 views

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 ...
2
votes
1answer
110 views

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 ...
2
votes
1answer
278 views

What is the format of compose links to web mail clients such as Gmail, Yahoo Mail, Hotmail and AOL?

In my application, I'm currently using mailto: links to open email compose dialogs. This is terrible for web mail users, since it typically causes Outlook or Apple Mail to launch into their setup ...
2
votes
1answer
471 views

Import hotmail friend's emails in asp.net application

I am build an application to import my friend list from my hotmail accounts. I tired to find out exact solution. Most of the links provide solution, but no one is work. Can any one give me more ...
2
votes
3answers
3k views

Import contacts from hotmai, 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.
2
votes
2answers
175 views

Outgoing Emails (Git Patches) Blocked by Windows Live

Just recently I dove into the VideoLAN open source project. This was my first time using git, and when sending in my first patch (using git send-email --to vlc-devel@videolan.org patches), I was sent ...
2
votes
1answer
1k views

How to send mail in hotmail using Python?

Is there a way to login my hotmail account and send mails with a Python program?
2
votes
2answers
852 views

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 ...
2
votes
3answers
1k views

Hotmail API: how retrieve contacts

How can I retrieve contacts from hotmail with python ? Is there any example ? Thanks ^_^
2
votes
2answers
1k views

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 ...
2
votes
3answers
4k views

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 ...
1
vote
1answer
134 views

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). ...
1
vote
1answer
78 views

Extract e-mail body from a hotmail page

I'm trying to build a Google Chrome extension that would insert some contextual information to the user under every e-mail. I'm basically trying to create something similar to a gmail contextual ...
1
vote
0answers
93 views

How to prevent emails from a specific address going to Hotmail SPAM?

I have a site on a dedicated server with it's own IP range that has been running for a good few years. We have a notification email address (mailout@domain.com) which we use to send automated emails ...
1
vote
2answers
166 views

HTML Emails Rendering Text Centered in IE

Im sending a HTML email from Outlook to my mail.live.com account. When I view the results in mail.live.com using Firefox the email looks ok, but when I use IE all the content is centered. I have ...
1
vote
1answer
166 views

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 ...
1
vote
2answers
490 views

javax.mail.AuthenticationFailedException: 535 5.0.0 Authentication Failed

I don't understand why i am getting this exception. This is the code that attempts to send email message. public void sendAsHotmail() { final String username = jTextField14.getText(); final ...
1
vote
1answer
155 views

get HTTPS header in python

i'm dealing with HTTPS and i want to get HTTP header for live.com import urllib2 try: email="HelloWorld1234560@hotmail.com" response = ...
1
vote
2answers
95 views

Can I use WIF to authenticate on services like Gmail and Hotmail?

Can Windows Identity Foundation allow us to connect to services and read contact information? Here is a idea of how WIF advantages: WIF externalizes authentication, passing it over to security ...
1
vote
1answer
108 views

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 ...
1
vote
3answers
659 views

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 ...
1
vote
4answers
2k views

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

JavaMail and Hotmail not working on Android

I am having trouble sending emails from a hotmail address using JavaMail. I verified that I can connect to smtp.live.com via telnet port 587. The interesting thing (to me) is if I change: host = ...
1
vote
1answer
68 views

Why won't hotmail let me include a name in addition to my email address?

I'm trying to send emails from my Ruby on Rails application, and whenever I use the following format: Jon Doe <jdoe@mydomain.com>, Hotmail marks the email as spam. However, when I use ...
1
vote
1answer
142 views

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 ...
1
vote
2answers
2k views

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?
1
vote
2answers
393 views

Java:Apache commons mail goes immediately to hotmail junk folder

Hello all Is there a way to make my email pass through these hotmail filters? In gmail the mails arrive in the inbox folder
1
vote
3answers
394 views

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 ...
1
vote
1answer
1k views

Import Hotmail contacts “the right way”? [closed]

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 ...
1
vote
1answer
327 views

Downloading mail from hotmail

I want to script the download of messages from hotmail. Both Gmail and Hotmail allow access by secure POP on port 995. My script works fine with Gmail ... but after I send the line to Hotmail USER ...
1
vote
6answers
8k views

Export contact list from Gmail, Hotmail, Yahoo, LinkedIn, Facebook

I'm looking for library/API to retrieve contact list (emails address to which user had sent mail to, regardless whether user had explicitly added it as contact). Does anybody know such library/API ...
1
vote
2answers
485 views

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 ...
0
votes
0answers
13 views

Should I change the mx records of hotmail in my domain records every 30 days

I'm using Hotmail MX servers to receive my email using domains.live.com it have provided me with the needed records and every thing is okay The problem is I'm the owner of the domain Should I have to ...
0
votes
0answers
27 views

Is there a Hotmail/LIVE equivalent of Google Email Settings API?

Using Google's mail I have programmatic access to all sorts of settings via the API. http://code.google.com/intl/en/googleapps/domain/email_settings/developers_guide_protocol.html I can't find ...
0
votes
0answers
41 views

Windows Live / Hotmail Retreive 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 ...
0
votes
1answer
12 views

add hotmail live function of rtl

i'm trying to write a small JS function so i can add it to the favorites and on selection of text i can click that and it will do RTL to the text when i'm in richtext mode the hotmail page has an ...
0
votes
0answers
34 views

How can I force re-authentication with the Windows Live OAuth API?

Is there a parameter I can pass to https://oauth.live.com/authorize that will force the user to login again? The problem is if the user is logged in, it will redirect transparently back to my site, ...
0
votes
1answer
72 views

JavaMail Hotmail setFlag not working

Also, do you know if setting flags is possible in hotmail via javamail? I cannot get the following to work: //...create connection to hotmail Folder folder = store.getFolder("INBOX"); ...
0
votes
1answer
54 views

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 ...
0
votes
0answers
26 views

can not read contacts from hotmail

I use asp.net to develop my website. I have address hotmail hoaphuong18@hotmail.com, i use this address to register client id and secret key . When i browse page to import contacts , and click button ...

1 2 3