The Account section was closed on Aug, 2003. See details here.

How to use my Outlook.com account to send emails?

  1. Click Outlook on SMTP section
  2. The Outlook.com SMTP settings will be filled automatically
          Host: smtp-mail.outlook.com
          Port: 587
          Security: TLS
        
  3. Enter in your CORRECT Outlook.com email address and password
  4. Test your form

Screenshot below shows you JQuery Form sends email using Outlook.com SMTP server

You might need to use your Mobile phone to verify your outlook.com account if you see this SMTP error

Email ent: Failed ( SMTP Error: data not accepted. SMTP server error: DATA END command failed Detail: Requested action not taken; to continue sending messages, please sign in to your account. SMTP code: 550additional SMTP info: 5.3.4)

Outlook.com SMTP log sample from JQuery Form Admin panel

2015-12-28 20:00:25     SERVER -> CLIENT: 220 BLU436-SMTP194.smtp.hotmail.com Microsoft ESMTP MAIL Service, Version: 8.0.9200.16384 ready at  Mon, 28 Dec 2015 11:47:32 -0800
2015-12-28 20:00:25     CLIENT -> SERVER: EHLO www.jqueryform.com
2015-12-28 20:00:26     SERVER -> CLIENT: 250-BLU436-SMTP194.smtp.hotmail.com Hello [54.149.25.191]
                                          250-TURN
                                          250-SIZE 41943040
                                          250-ETRN
                                          250-PIPELINING
                                          250-DSN
                                          250-ENHANCEDSTATUSCODES
                                          250-8bitmime
                                          250-BINARYMIME
                                          250-CHUNKING
                                          250-VRFY
                                          250-TLS
                                          250-STARTTLS
                                          250 OK
2015-12-28 20:00:26     CLIENT -> SERVER: STARTTLS
2015-12-28 20:00:26     SERVER -> CLIENT: 220 2.0.0 SMTP server ready
2015-12-28 20:00:26     CLIENT -> SERVER: EHLO www.jqueryform.com
2015-12-28 20:00:26     SERVER -> CLIENT: 250-BLU436-SMTP194.smtp.hotmail.com Hello [54.149.25.191]
                                          250-TURN
                                          250-SIZE 41943040
                                          250-ETRN
                                          250-PIPELINING
                                          250-DSN
                                          250-ENHANCEDSTATUSCODES
                                          250-8bitmime
                                          250-BINARYMIME
                                          250-CHUNKING
                                          250-VRFY
                                          250-AUTH LOGIN PLAIN XOAUTH2
                                          250 OK
2015-12-28 20:00:26     CLIENT -> SERVER: AUTH LOGIN
2015-12-28 20:00:26     SERVER -> CLIENT: 334 VXNlcm5hbWU6
2015-12-28 20:00:26     CLIENT -> SERVER: ???????????? (base64 encoded SMTP username)
2015-12-28 20:00:26     SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2015-12-28 20:00:26     CLIENT -> SERVER: ???????? (base64 encoded SMTP password)
2015-12-28 20:00:27     SERVER -> CLIENT: 235 2.7.0 Authentication succeeded
2015-12-28 20:00:27     CLIENT -> SERVER: MAIL FROM:<jqueryform.test@outlook.com>
2015-12-28 20:00:27     SERVER -> CLIENT: 250 2.1.0 jqueryform.test@outlook.com....Sender OK
2015-12-28 20:00:27     CLIENT -> SERVER: RCPT TO:<jqueryform.test@gmail.com>
2015-12-28 20:00:27     SERVER -> CLIENT: 250 2.1.5 jqueryform.test@gmail.com
2015-12-28 20:00:27     CLIENT -> SERVER: DATA
2015-12-28 20:00:27     SERVER -> CLIENT: 354 Start mail input; end with <CRLF>.<CRLF>
2015-12-28 20:00:27     CLIENT -> SERVER: Date: Mon, 28 Dec 2015 20:00:25 +0000
2015-12-28 20:00:27     CLIENT -> SERVER: To: jqueryform.test@gmail.com
2015-12-28 20:00:27     CLIENT -> SERVER: From: Tester <jqueryform.test@outlook.com>
2015-12-28 20:00:27     CLIENT -> SERVER: Reply-To: Tester <jqueryform.test@yahoo.com>
2015-12-28 20:00:27     CLIENT -> SERVER: Subject: Test Outlook.com SMTP server
2015-12-28 20:00:27     CLIENT -> SERVER: Message-ID: <cc18c3d01ad106e4338c2d061416143c@www.jqueryform.com>
2015-12-28 20:00:27     CLIENT -> SERVER: X-Priority: 3
2015-12-28 20:00:27     CLIENT -> SERVER: X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
2015-12-28 20:00:27     CLIENT -> SERVER: MIME-Version: 1.0
2015-12-28 20:00:27     CLIENT -> SERVER: Content-Type: multipart/alternative;
2015-12-28 20:00:27     CLIENT -> SERVER:    boundary="b1_cc18c3d01ad106e4338c2d061416143c"
2015-12-28 20:00:27     CLIENT -> SERVER: Content-Transfer-Encoding: 8bit
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER: This is a multi-part message in MIME format.
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER: --b1_cc18c3d01ad106e4338c2d061416143c
2015-12-28 20:00:27     CLIENT -> SERVER: Content-Type: text/plain; charset=UTF-8
2015-12-28 20:00:27     CLIENT -> SERVER: Content-Transfer-Encoding: 8bit
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER: Your Name  Tester 
2015-12-28 20:00:27     CLIENT -> SERVER:  Email  jqueryform.test@yahoo.com 
2015-12-28 20:00:27     CLIENT -> SERVER:  Comments  Test Outlook.com SMTP server 
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER: --b1_cc18c3d01ad106e4338c2d061416143c
2015-12-28 20:00:27     CLIENT -> SERVER: Content-Type: text/html; charset=us-ascii
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER: <!DOCTYPE html>
2015-12-28 20:00:27     CLIENT -> SERVER: <html lang="en">
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER: <head>
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER:   <meta charset="utf-8">
2015-12-28 20:00:27     CLIENT -> SERVER:   <meta http-equiv="X-UA-Compatible" content="IE=edge">
2015-12-28 20:00:27     CLIENT -> SERVER:   <meta name="viewport" content="width=device-width, initial-scale=1">
2015-12-28 20:00:27     CLIENT -> SERVER: </head>
2015-12-28 20:00:27     CLIENT -> SERVER: <body>
2015-12-28 20:00:27     CLIENT -> SERVER: <table cellspacing="0" cellpadding="0" border="1" bordercolor="#cccccc" style="border:1px solid #cccccc;"><tbody><tr> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;font-weight:bold;width:25%;'>Your Name&nbsp;</td> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;;'>Tester&nbsp;</td></tr>
2015-12-28 20:00:27     CLIENT -> SERVER: <tr> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;font-weight:bold;width:25%;'>Email&nbsp;</td> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;;'>jqueryform.test@yahoo.com&nbsp;</td></tr>
2015-12-28 20:00:27     CLIENT -> SERVER: <tr> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;font-weight:bold;width:25%;'>Comments&nbsp;</td> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;;'>Test Outlook.com SMTP server&nbsp;</td></tr></table></body>
2015-12-28 20:00:27     CLIENT -> SERVER: </html>
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER: --b1_cc18c3d01ad106e4338c2d061416143c--
2015-12-28 20:00:27     CLIENT -> SERVER:
2015-12-28 20:00:27     CLIENT -> SERVER: .
2015-12-28 20:00:29     SERVER -> CLIENT: 250 2.6.0  <cc18c3d01ad106e4338c2d061416143c@www.jqueryform.com> Queued mail for delivery
2015-12-28 20:00:29     CLIENT -> SERVER: QUIT
2015-12-28 20:00:29     SERVER -> CLIENT: 221 2.0.0 BLU436-SMTP194.smtp.hotmail.com Service closing transmission channel



----------------------------------------------------------------
2015-12-28 20:00:29
Email Sent: OK
Date: Mon, 28 Dec 2015 20:00:25 +0000
To: jqueryform.test@gmail.com
From: Tester <jqueryform.test@outlook.com>
Reply-To: Tester <jqueryform.test@yahoo.com>
Subject: Test Outlook.com SMTP server
Message-ID: <cc18c3d01ad106e4338c2d061416143c@www.jqueryform.com>
X-Priority: 3
X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: multipart/alternative;
      boundary="b1_cc18c3d01ad106e4338c2d061416143c"
Content-Transfer-Encoding: 8bit