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

Why do the images in my html email fail to load?

The images in my html email fail to load completely. The email was written in dreamweaver. I've tested the email on various clients: hotmail, gmail, outlook on mac and windows. The images load fine on the others, just not completely on…
greggh
  • 3
  • 5
-2
votes
1 answer

C# Fetch certain email with subject

How can I fetch an email, that has the subject I'm looking for in Hotmail using C#. e.g. I want the emails(body/message) that has the word "Yahoo" in its subject. Tried using many examples online but they weren't really clear. Thanks
Hoyo
  • 1,044
  • 3
  • 13
  • 23
-2
votes
1 answer

How To Test If Hotmail Account Exists?

I am trying to test whether my hotmail account exists or not , but the following code did not help me. public bool IsExists_SMTPMethod(string email) { string domain = email.Substring(email.IndexOf("@") + 1); var servers =…
-2
votes
2 answers

How should I store Gmail authentication in my app?

I'm developing a mail client in PHP for a customer, and they want the ability to handle all of their various email accounts from this single client. The user should not have to type all passwords every time he wants to use the service, and thats my…
user1195745
  • 55
  • 1
  • 11
-3
votes
3 answers

Creating a hotmail account from C#

Does anybody know how I would go about creating a new hotmail account from C# ? Screenscraping and POSTing ? or is there a simpler way ?
Pygmy
  • 675
  • 2
  • 10
  • 13
-3
votes
1 answer

Email treated as SPAM when has Links

I've work all day long on that crazy problem. I created an HTML email that will be sent massively. I Use PHPMailer and I tried Mail Function. Both PHPMailer, it's SMTP feature and the native Mail Function works well. GOOD - PASS THE SPAM FILTER The…
SequenceDigitale.com
  • 4,038
  • 1
  • 24
  • 23
-5
votes
1 answer

How do I get my email to center in Hotmail?

I am testing my HTML email using http://www.emailonacid.com and Hotmail is causing problems. This table is appearing as left aligned and I can't figure out why:
marcy23
  • 123
  • 2
  • 10
1 2 3
24
25