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

How to invite people from my contact list via windows messager api or how to get explicit email addresses?

I tried to get emails for my website that users can invite their friends by email, but I have been receiving hashed emails. I found nothing and I decided to find the solution that help me to send emails via windows messenger api. Does anyone can…
1
vote
0 answers

how to get from hotmail the "X-message-delivrey" and "IP" using imap and php?

i want to extract the x-message-delivery and ip from outlook ,and i tried the normal library of IMAP ,but there's no specefic tag to search for it. i'm using php in laravel, and i want to fetch those informations and i already connect my imap to…
1
vote
5 answers

How to write a mail in hotmail using python?

import poplib M = poplib.POP3_SSL('pop3.live.com', 995) #Connect to hotmail pop3 server try: M.user(raw_input("username: ")) #Get the username from the standar input M.pass_(raw_input("password: ")) #Get the password from the standar…
Yuxun Hu
  • 11
  • 1
  • 2
1
vote
1 answer

Mails sent by Gmailapp are getting into spam folder

I've been struggling this for a week but still don't see any light. My company is using a google form to collect users' orders, and then send them emails regarding their order using GmailApp.sendEmail. The email includes a link to the product page…
shenkwen
  • 3,536
  • 5
  • 45
  • 85
1
vote
1 answer

Import email contacts (Gmail Yahoo Hotmail) using CakePHP

Is there any ready to use cakephp plugin or component to import Gmail, Yahoo and Hotmail contacts, so I can send invitations to user's friends? If not, what is the easy way to do it, I am novice to cakephp so, a step by step tutorial would be very…
Brary
  • 984
  • 1
  • 9
  • 25
1
vote
1 answer

SQL Database Mail- status sent but never receiving email on Microsoft email

I have a problem with Database Mail on SQL Server Enterprise (64-bit), Windows Server Standard 2016. If anyone who can help, I would very appreciate. The problem is: I moved my Data to a new server (using 1and1 server). I am using 1and1 email…
1
vote
0 answers

Laravel - SMTP hotmail not receiving send emails

I've build an Laravel app and am sending emails from my VPS email. So far Gmail and other email providers receive my emails, but Hotmail seems to only sometimes (with a low frequency) receive emails. I've tried adding a reverse dns to my domain, but…
Salman
  • 1,109
  • 3
  • 25
  • 55
1
vote
2 answers

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 =…
jack-X
  • 287
  • 5
  • 14
1
vote
2 answers

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 token services (STS) and reducing the demands on…
Junior Mayhé
  • 16,144
  • 26
  • 115
  • 161
1
vote
0 answers

Read Latest Hotmail Emails in Python

I've been searching for a way to get the latest emails from my hotmail account (specifically the FROM and MESSAGE) using Python. The solutions mostly seem to be for gmail which isn't working as I would like. Example 1: Using the Gmail examples - msg…
inapickle
  • 51
  • 1
  • 7
1
vote
0 answers

Can't detect result when send mail with hotmail?

I using hotmail and send mail from laravel 5.8: try{ Mail::send([], [], function($message) use ($mailto, $mailtitle, $body, $pathToFile) { $message->from(env('MAIL_USERNAME'), env('MAIL_FROM_NAME')); …
D T
  • 3,522
  • 7
  • 45
  • 89
1
vote
0 answers

Connect to Hotmail with Java Mail

What I am trying to do is connect to hotmail to read the emails there. Have had a good read through Stack Overflow but still hitting a brick wall. Based on what I have read so far I think the following should work. String host =…
1
vote
2 answers

Check for new mails in Hotmail using OpenPop.NET

I was advised to use OpenPop lib to fetch my mail from hotmail. But I could'nt find any better way to check for new mail except disconnecting and reconnecting again. And there, I found a problem, Hotmail doesn't allow more than 1 pop3 login each 15…
dlock
  • 9,447
  • 9
  • 47
  • 67
1
vote
2 answers

Easiest way to read hotmail emails

I am looking for a library or a simple way to open a hotmail inbox and read new and old emails. A sample code would be much appreciated. Thanks SOF.
dlock
  • 9,447
  • 9
  • 47
  • 67
1
vote
1 answer

Ical not supported calendar message

In hotmail i've the following icalendar that not accepted by hotmail, what is the reason? Error: Not supported calendar message: BEGIN:VCALENDAR PRODID:-//EcosAgile//V1//EN VERSION:2.0 METHOD:REQUEST BEGIN:VTIMEZONE TZID:W. Europe Standard…
MrCoder
  • 15
  • 6