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
8
votes
2 answers

Email sending not working in Mailgun to Outlook

I'm using mailgun API for sending emails to the user accounts. I keep checking the mailgun log for checking the send statuses. My problem is everything is working fine when sending emails to gmail and yahoo. It is not working for hotmail. I have…
Vinayak Infotech
  • 179
  • 1
  • 2
  • 11
7
votes
0 answers

Link to Hotmail / Windows Live email compose -- maintaining BCC

My app creates a mailto-esque link that takes the end user to a Hotmail compose screen with various attributes pre-filled. Most of the functionality I need is working: to, cc, subject, body. However, Hotmail seems to be stripping out any BCC…
Curtis Gibby
  • 884
  • 1
  • 12
  • 25
7
votes
2 answers

X-Message-Delivery in Hotmail Messages

Recently I stared deciphering the hotmail inbox/junk folder placement. After long searching I found out that Hotmail/Outlook is using their X-Message-Delivery tag they input in each mail, to determine alot of things. If you go to source of an e-mail…
Jack Slayer
  • 71
  • 1
  • 3
7
votes
3 answers

send email via hotmail in python

I want to send an email from my server. I'm trying to send using a hotmail account that I already have. user = "myaddress@hotmail.com" passwd = "xxxxxxxxx" from_addr = "myaddress@hotmail.com" to_addr = "someaddress@gmail.com" smtp_srv =…
koogee
  • 943
  • 3
  • 12
  • 24
6
votes
1 answer

PHPmailer sending mail to spam in hotmail. how to fix?

I'm using the phpmailer class to send emails. Currently gmail and yahoo do not mark emails as spam, but hotmail always does. How can I prevent this? My code is below. require_once('../PHPMailer/class.phpmailer.php'); //include("class.smtp.php"); //…
Anonymous
  • 179
  • 2
  • 3
  • 10
6
votes
2 answers

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+ and Twitter Invitations I noticed that both are…
Basbous
  • 3,927
  • 4
  • 34
  • 62
6
votes
2 answers

Failed to process message due to a permanent exception with message Cannot submit message Django Outlook/hotmail

If someone had this issue, I will be sincerely thankful for your help. I'm having this error sending local email with hotmail: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/huey/consumer.py", line 169, in…
6
votes
1 answer

How to read users outlook email using Oauth2?

I'm building a service which scans peoples email for specific PDF attachments and indexes them. I implemented this with OAuth2 for Gmail using their extensive Gmail API which works perfectly fine. I now want to implement the same for…
kramer65
  • 50,427
  • 120
  • 308
  • 488
6
votes
4 answers

How to format an email that Hotmail / Outlook is happy with?

$body = 'This is a test'; $subject = 'Confirmation'; $headers = 'From: Testing Site' . "\r\n"; $headers .= 'Reply-To: admin@myserver.com' . "\r\n"; $headers .= 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type:…
TijuanaKez
  • 1,472
  • 3
  • 20
  • 28
6
votes
1 answer

Python Exchange ActiveSync Library

Is anyone familiar with an Exchange ActiveSync library or open source client for python? I've done preliminary searching with little to no success. I've seen some examples for C#, but I figured I'd ask around here before my attempt to port anything…
user349511
6
votes
5 answers

Mailto Link Not Working in Hotmail

So I have an html email that I am creating for my company for an email campaign we are going to be sending soon for an organization we represent. It contains 2 primary links, one to email a person at the organization we represent, and one to go to…
thor79
  • 99
  • 1
  • 2
  • 7
6
votes
3 answers

Remove anchor underline email signature

I am developing custom email signatures for a client of mine, I am now at testing stage for GMail, Hotmail, Brinkster and so on. I'm having a hard time trying to remove the underline the anchor is displaying, I do have " text-decoration: none;" on…
Filth
  • 3,116
  • 14
  • 51
  • 79
5
votes
1 answer

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

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 hotmail ?
Nik
  • 59
  • 2
5
votes
3 answers

Send email with profile picture PHP mail function

I would like to show a profile picture in my users inbox when they receive an email sent from my website with PHP. In this image the first email is from my website and the second one is what I want. And here is my PHP mail function: …
bdtry
  • 69
  • 1
  • 1
  • 4
5
votes
4 answers

How to add border to a TABLE or DIV in html email in Hotmail?

Yes, html emails are bad but I have to send html newsletter to my a list of clients. Most of them use Hotmail. Is it possible to add a CSS border around a /
element?
BORDER
doesn't work
Eeyore
  • 2,126
  • 7
  • 33
  • 49
1
2
3
24 25