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

Transparent Image not being downloaded by Hotmail (PHP)

I'm trying to create a mini tracking web beacon using SLIM framework (php) but it seems only hotmail is refusing it - It's working fine on another VPS of mine with classic php. Code : $app->get( "/test/:token", function ($token) use ($app) { …
1
vote
1 answer

Hotmail blocking emails from nodemailer

Im using Nodemailer module to send smtp emails from my hotmail/outlook account. I have hosted my app at amazon ec2. My code to send the email: var smtpTransport = nodemailer.createTransport("SMTP",{ service: 'Hotmail', auth: { user:…
Cristiano Sarmento
  • 633
  • 2
  • 9
  • 19
1
vote
0 answers

Emails from VPS go to Hotmail Junk folder

Everything I have tried failed. I cannot send from my vps to hotmail inbox folder. SPF and DKIM are set and working www.mail-tester.com / web-NFXHGo 10/10 You can see email full headers here http://pastebin.com/CSnFrn6L Gmail, yahoo, yandex, godaddy…
1
vote
1 answer

hotmail not receiving image attachment content

I'm trying to send a raw email with image attachments via AmazonSES using PHP. It works great when I send the email to a gmail account but hotmail accounts are receiving empty attached images. In other words, hotmail seems to recognize that there…
nbunderson
  • 38
  • 5
1
vote
1 answer

phpmailer with hotmail?

I'm trying to send emails from my server by a PHP script. I used to send it by a native php function mail and everything worked OK. Here's the code I used: $to = $sMail;
$subject = $sSubject;
$message = $sMessage; $headers = 'From:…
nikola
  • 11
  • 1
  • 2
1
vote
1 answer

How to send credentials (email/password) to Hotmail/Outlook signin page?

I use this script (https://github.com/svetlozar/php-contacts-importer) to import user's contacts and allow the user to invite his contacts afterwards. I managed to have the yahoo and gmail import scripts working fine but I just can't get the Hotmail…
1
vote
2 answers

Amazon SES and Hotmail spam

I configured an email address with google apps for my company. When I send messages from Gmail to address@hotmail.com the message is received correctly in the inbox folder. When I moved to Amazon SES, I configured correctly SPF and DKIM so that it…
Luca Pennisi
  • 631
  • 2
  • 10
  • 14
1
vote
0 answers

How to stop the page navigating away with custom message as used in hotmail / outlook.com?

I know how to stop the page navigating away and produce a "Stay on this page" / "Leave the page" message with Javascript. The code I use works fine as below. You can place a custom message in the return statement if you wish.