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

Hotmail don't show correctly e-mail send by lotus notes application with agent Java

I have an application that has an agent that converts a document to the MIME format ('memo.convertToMIME (2)') and sends it to multiple external emails: gmail, hotmail, yahoo, etc ... This agent is triggered by a button.O problem is that when the…
-1
votes
1 answer

Links and buttons don't display correctly in Hotmail (CSS, HTML)

I've found that the emails I send from my application have their links (whether normal link or button) 'stripped' by Hotmail. Other email providers I've tested like Gmail are fine though. E.g. code like the below...
user6122500
  • 892
  • 1
  • 15
  • 31
-1
votes
1 answer

hotmail/live mail missing document attachments like bank statements

I am using windows hotmail for the past few years, and recently the layout of hotmail is changed. along with the layout, now i am not able to see the documents in the mail attachments which are received from banks/credit cards. Don't know if anyone…
-1
votes
1 answer

create php code for non exist hotmail emails

I want to create hotmail email . but i want a script that show me if email exist or not , thats mean I put list of emails and the result will be like , example : jone123@hotmail.com : exist jone1233@hotmail.com : doesn't exist any ideas please ?
codezero
  • 13
  • 1
  • 4
-1
votes
1 answer

How can i add signature to outlook.com/hotmail/office365 account?

I want to know how can i apply a signature to my hotmail/outlook.com/office365 using REST API. I searched in google and stackoverflow for examples but didn't found any. I checked the office365 REST API but they don't explain about USER…
Dinesh Manne
  • 207
  • 1
  • 15
-1
votes
3 answers

Can someone please explain this code to me (Python [Sending Emails])

I have found the following code below from a website explaining how to send emails (Hotmail/live) using python. I can understand some of the code but most of it is totally confusing. For example what does, s.starttls() mean/do and also…
user4610150
-1
votes
4 answers

PHP Mail correct headers for hotmail

Problem is simple. Whenever I try to send an email from my PHP server to a hotmail address it doesnt even reach the hotmail INBOX and neither its SPAM folder. I am using a custom function for emailing, but I guess that some of the headers are…
NVG
  • 3,248
  • 10
  • 40
  • 60
-1
votes
1 answer

Hotmail SMTP doesn't work when App is on Server

when I am registering or recovering my password while the application is depolying locally everything works fine. When I deploy it on a server I get an Error ocurred while processing your request. I am using .net mvc framework. Does anyone have any…
user2622220
  • 185
  • 1
  • 5
  • 19
-1
votes
2 answers

Gmail and Hotmail compatibility regarding placing an image on top of another

I've managed to place a PNG on top of another image in my responsive e-mailing, using MailChimp. .bannerupdate{ width:96px !important; height:96px !important; position:absolute; top: 0px; left: 0px …
Tangane
  • 1
  • 2
-1
votes
3 answers

is there any sample of using oAuth to get hotmail contact list?

is there any sample of using oAuth to get hotmail contact list? thanks.
peterwang
  • 1,159
  • 2
  • 11
  • 11
-1
votes
1 answer

Django Auth: Use external service (without Django-social-app)

How could I do to allow users to link their Gmail or Facebook account in my Django App ? I'd like to avoid my clients to register in my site if they have an account in any of the common sites (Gmail, Facebook etc...) I know the app Django Social…
AlvaroAV
  • 10,335
  • 12
  • 60
  • 91
-1
votes
1 answer

Is Hotmail blocking some CSS properties when send mail with PHP?

I am trying to put a form inside a mail from my website. I just discovered that in Hotmail, float:left; and float:right; doesn’t seems to work, even in a HTML e-mail. Is there any way to get around it?
matt_bois
  • 58
  • 1
  • 9
-1
votes
2 answers

phpMailer doesn't send emails to hotmail account

I'm using PHPMailer to send emails. I'm trying to send an email to an Hotmail account but if the recipient has the sender in contacts, it receives the email. If the recipient doesn't have the sender in contacts, it doesn't receive the email. Why?…
user3632160
  • 11
  • 1
  • 3
-1
votes
1 answer

token request with Oauth 2.0 failing

I am trying to implement OAuth 2.0 authentication to Hotmail (see http://msdn.microsoft.com/en-us/library/live/hh243647.aspx#authcodegrant for details) in the beta version of my website. I checked many times my code and everything seems correct.…
marcosh
  • 8,780
  • 5
  • 44
  • 74
-2
votes
1 answer

Error While Sending Emails from Hotmail SMTP

Email Sending with Hotmail by using java. I got 554.5.2.252 error. I got Exception in thread "main" com.sun.mail.smtp.SMTPSendFailedException: 554 5.2.252 ... error while sending emails from my hotmail account. package utilities; import…
Sansal
  • 1
  • 1
1 2 3
24
25