How to use my AOL account to send emails?
- Click AOL on SMTP section
-
The AOL SMTP settings will be filled automatically
Host: smtp.aol.com
Port: 587
Security: TLS
- Make sure you enter your AOL email address and password correctly
- Test your form
Screenshot below shows you JQuery Form sends email using AOL SMTP server
AOL SMTP log sample from JQuery Form Admin panel
2015-12-28 20:29:39 SERVER -> CLIENT: 220-mtaout-mad01.mx.aol.com ESMTP MUA/Third Party Client Interface
220-AOL and its affiliated companies do not
220-authorize the use of its proprietary computers and computer
220-networks to accept, transmit, or distribute unsolicited bulk
220-e-mail sent from the internet.
220-Effective immediately:
220-AOL may no longer accept connections from IP addresses
220 which no reverse-DNS (PTR record) assigned.
2015-12-28 20:29:39 CLIENT -> SERVER: EHLO www.jqueryform.com
2015-12-28 20:29:39 SERVER -> CLIENT: 250-mtaout-mad01.mx.aol.com
250-PIPELINING
250-SIZE 36700160
250-ETRN
250-STARTTLS
250-AUTH XOAUTH2 PLAIN LOGIN XAOL-UAS-MB
250-AUTH=XOAUTH2 PLAIN LOGIN XAOL-UAS-MB
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
2015-12-28 20:29:39 CLIENT -> SERVER: STARTTLS
2015-12-28 20:29:39 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
2015-12-28 20:29:40 CLIENT -> SERVER: EHLO www.jqueryform.com
2015-12-28 20:29:40 SERVER -> CLIENT: 250-mtaout-mad01.mx.aol.com
250-PIPELINING
250-SIZE 36700160
250-ETRN
250-AUTH XOAUTH2 PLAIN LOGIN XAOL-UAS-MB
250-AUTH=XOAUTH2 PLAIN LOGIN XAOL-UAS-MB
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
2015-12-28 20:29:40 CLIENT -> SERVER: AUTH LOGIN
2015-12-28 20:29:40 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2015-12-28 20:29:40 CLIENT -> SERVER: ????
2015-12-28 20:29:40 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2015-12-28 20:29:40 CLIENT -> SERVER: ????
2015-12-28 20:29:40 SERVER -> CLIENT: 235 2.7.0 Authentication successful
2015-12-28 20:29:40 CLIENT -> SERVER: MAIL FROM:
2015-12-28 20:29:43 SERVER -> CLIENT: 250 2.1.0 Ok
2015-12-28 20:29:43 CLIENT -> SERVER: RCPT TO:
2015-12-28 20:29:43 SERVER -> CLIENT: 250 2.1.5 Ok
2015-12-28 20:29:43 CLIENT -> SERVER: DATA
2015-12-28 20:29:43 SERVER -> CLIENT: 354 End data with .
2015-12-28 20:29:43 CLIENT -> SERVER: Date: Mon, 28 Dec 2015 20:29:38 +0000
2015-12-28 20:29:43 CLIENT -> SERVER: To: jqueryform.test@gmail.com
2015-12-28 20:29:43 CLIENT -> SERVER: From: Tester
2015-12-28 20:29:43 CLIENT -> SERVER: Reply-To: Tester
2015-12-28 20:29:43 CLIENT -> SERVER: Subject: Test Outlook.com SMTP server
2015-12-28 20:29:43 CLIENT -> SERVER: Message-ID:
2015-12-28 20:29:43 CLIENT -> SERVER: X-Priority: 3
2015-12-28 20:29:43 CLIENT -> SERVER: X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
2015-12-28 20:29:43 CLIENT -> SERVER: MIME-Version: 1.0
2015-12-28 20:29:43 CLIENT -> SERVER: Content-Type: multipart/alternative;
2015-12-28 20:29:43 CLIENT -> SERVER: boundary="b1_ea77f9e034d62ce66c1acd05b97f1d74"
2015-12-28 20:29:43 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit
2015-12-28 20:29:43 CLIENT -> SERVER:
2015-12-28 20:29:43 CLIENT -> SERVER: This is a multi-part message in MIME format.
2015-12-28 20:29:43 CLIENT -> SERVER:
2015-12-28 20:29:43 CLIENT -> SERVER: --b1_ea77f9e034d62ce66c1acd05b97f1d74
2015-12-28 20:29:43 CLIENT -> SERVER: Content-Type: text/plain; charset=UTF-8
2015-12-28 20:29:43 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit
2015-12-28 20:29:43 CLIENT -> SERVER:
2015-12-28 20:29:43 CLIENT -> SERVER: Your Name Tester
2015-12-28 20:29:43 CLIENT -> SERVER: Email jqueryform.test@yahoo.com
2015-12-28 20:29:43 CLIENT -> SERVER: Comments Test AOL SMTP server
2015-12-28 20:29:43 CLIENT -> SERVER:
2015-12-28 20:29:43 CLIENT -> SERVER:
2015-12-28 20:29:43 CLIENT -> SERVER: --b1_ea77f9e034d62ce66c1acd05b97f1d74
2015-12-28 20:29:43 CLIENT -> SERVER: Content-Type: text/html; charset=us-ascii
...
2015-12-28 20:29:43 CLIENT -> SERVER: --b1_ea77f9e034d62ce66c1acd05b97f1d74--
2015-12-28 20:29:43 CLIENT -> SERVER:
2015-12-28 20:29:43 CLIENT -> SERVER: .
2015-12-28 20:29:44 SERVER -> CLIENT: 250 2.0.0 Ok: queued as 8BBD83800009D
2015-12-28 20:29:44 CLIENT -> SERVER: QUIT
2015-12-28 20:29:44 SERVER -> CLIENT: 221 2.0.0 Bye
----------------------------------------------------------------
2015-12-28 20:29:44
Email Sent: OK
Date: Mon, 28 Dec 2015 20:29:38 +0000
To: jqueryform.test@gmail.com
From: Tester
Reply-To: Tester
Subject: Test Outlook.com SMTP server
Message-ID:
X-Priority: 3
X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_ea77f9e034d62ce66c1acd05b97f1d74"
Content-Transfer-Encoding: 8bit
This is a multi-part message in MIME format.
--b1_ea77f9e034d62ce66c1acd05b97f1d74
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Your Name Tester
Email jqueryform.test@yahoo.com
Comments Test AOL SMTP server