The Account section was closed on Aug, 2003. See details
here.
We're sorry that we have made the difficult decision to close the Account section of our platform. This decision was driven by two primary factors: data concerns and the operational costs associated with maintaining the service.
We kindly request that you login your Account section and backup all of your forms. Read here on how to edit your form in the future.
Although the Account section will no longer be available, we want to assure you that all other form building features remain unaffected. You can still use the JQuery Form Builder to generate and download forms as usual. Happy form building!
We apologize for any inconvenience this decision may cause and appreciate your understanding.
How to use my Apple iCloud account to send emails?
- Click iCloud on SMTP section
-
The Apple iCloud SMTP settings will be filled automatically
Host: smtp.mail.me.com
Port: 587
Security: TLS
- Make sure you enter your Apple iCloud email address and password correctly
- Test your form
Screenshot below shows you JQuery Form sends email using Apple iCloud SMTP server
Apple iCloud SMTP log sample from JQuery Form Admin panel
<?php exit(); /* For security reason. To avoid public user downloading below data! */?>
2015-12-29 02:45:46 SERVER -> CLIENT: 220 mr11p00im-asmtp004.me.com -- Server ESMTP (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015))
2015-12-29 02:45:46 CLIENT -> SERVER: EHLO www.jqueryform.com
2015-12-29 02:45:46 SERVER -> CLIENT: 250-mr11p00im-asmtp004.me.com
250-8BITMIME
250-PIPELINING
250-CHUNKING
250-DSN
250-ENHANCEDSTATUSCODES
250-EXPN
250-HELP
250-XADR
250-XSTA
250-XCIR
250-XGEN
250-XLOOP 9C1A78D272EEED74D625AD6CE610546E
250-STARTTLS
250-NO-SOLICITING
250 SIZE 28311552
2015-12-29 02:45:46 CLIENT -> SERVER: STARTTLS
2015-12-29 02:45:46 SERVER -> CLIENT: 220 2.5.0 Go ahead with TLS negotiation.
2015-12-29 02:45:46 CLIENT -> SERVER: EHLO www.jqueryform.com
2015-12-29 02:45:47 SERVER -> CLIENT: 250-mr11p00im-asmtp004.me.com
250-8BITMIME
250-PIPELINING
250-CHUNKING
250-DSN
250-ENHANCEDSTATUSCODES
250-EXPN
250-HELP
250-XADR
250-XSTA
250-XCIR
250-XGEN
250-XLOOP 9C1A78D272EEED74D625AD6CE610546E
250-AUTH PLAIN LOGIN ATOKEN
250-AUTH=LOGIN PLAIN
250-NO-SOLICITING
250 SIZE 28311552
2015-12-29 02:45:47 CLIENT -> SERVER: AUTH LOGIN
2015-12-29 02:45:47 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2015-12-29 02:45:47 CLIENT -> SERVER: ????
2015-12-29 02:45:47 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2015-12-29 02:45:47 CLIENT -> SERVER: ????
2015-12-29 02:45:47 SERVER -> CLIENT: 235 2.7.0 LOGIN authentication successful.
2015-12-29 02:45:47 CLIENT -> SERVER: MAIL FROM:<xxxx@icloud.com>
2015-12-29 02:45:47 SERVER -> CLIENT: 250 2.5.0 Address Ok.
2015-12-29 02:45:47 CLIENT -> SERVER: RCPT TO:<jqueryform.test@gmail.com>
2015-12-29 02:45:47 SERVER -> CLIENT: 250 2.1.5 jqueryform.test@gmail.com OK.
2015-12-29 02:45:47 CLIENT -> SERVER: DATA
2015-12-29 02:45:47 SERVER -> CLIENT: 354 Enter mail, end with a single ".".
2015-12-29 02:45:47 CLIENT -> SERVER: Date: Tue, 29 Dec 2015 02:45:46 +0000
2015-12-29 02:45:47 CLIENT -> SERVER: To: jqueryform.test@gmail.com
2015-12-29 02:45:47 CLIENT -> SERVER: From: Tester <xxxx@icloud.com>
2015-12-29 02:45:47 CLIENT -> SERVER: Reply-To: Tester <jqueryform.test@yahoo.com>
2015-12-29 02:45:47 CLIENT -> SERVER: Subject: Test Outlook.com SMTP server
2015-12-29 02:45:47 CLIENT -> SERVER: Message-ID: <c97459ca79c67015941a9a0d27a9dc47@www.jqueryform.com>
2015-12-29 02:45:47 CLIENT -> SERVER: X-Priority: 3
2015-12-29 02:45:47 CLIENT -> SERVER: X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
2015-12-29 02:45:47 CLIENT -> SERVER: MIME-Version: 1.0
2015-12-29 02:45:47 CLIENT -> SERVER: Content-Type: multipart/alternative;
2015-12-29 02:45:47 CLIENT -> SERVER: boundary="b1_c97459ca79c67015941a9a0d27a9dc47"
2015-12-29 02:45:47 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER: This is a multi-part message in MIME format.
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER: --b1_c97459ca79c67015941a9a0d27a9dc47
2015-12-29 02:45:47 CLIENT -> SERVER: Content-Type: text/plain; charset=UTF-8
2015-12-29 02:45:47 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER: Your Name Tester
2015-12-29 02:45:47 CLIENT -> SERVER: Email jqueryform.test@yahoo.com
2015-12-29 02:45:47 CLIENT -> SERVER: Comments This is a test
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER: --b1_c97459ca79c67015941a9a0d27a9dc47
2015-12-29 02:45:47 CLIENT -> SERVER: Content-Type: text/html; charset=us-ascii
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER: <!DOCTYPE html>
2015-12-29 02:45:47 CLIENT -> SERVER: <html lang="en">
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER: <head>
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER: <meta charset="utf-8">
2015-12-29 02:45:47 CLIENT -> SERVER: <meta http-equiv="X-UA-Compatible" content="IE=edge">
2015-12-29 02:45:47 CLIENT -> SERVER: <meta name="viewport" content="width=device-width, initial-scale=1">
2015-12-29 02:45:47 CLIENT -> SERVER: </head>
2015-12-29 02:45:47 CLIENT -> SERVER: <body>
2015-12-29 02:45:47 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 </td> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;;'>Tester </td></tr>
2015-12-29 02:45:47 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 </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 </td></tr>
2015-12-29 02:45:47 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 </td> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;;'>This is a test </td></tr></table></body>
2015-12-29 02:45:47 CLIENT -> SERVER: </html>
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER: --b1_c97459ca79c67015941a9a0d27a9dc47--
2015-12-29 02:45:47 CLIENT -> SERVER:
2015-12-29 02:45:47 CLIENT -> SERVER: .
2015-12-29 02:45:47 SERVER -> CLIENT: 250 2.5.0 Ok, envelope id 0O0300NNWLQTO600@mr11p00im-asmtp004.me.com
2015-12-29 02:45:47 CLIENT -> SERVER: QUIT
2015-12-29 02:45:47 SERVER -> CLIENT: 221 2.3.0 Bye received. Goodbye.
----------------------------------------------------------------
2015-12-29 02:45:47
Email Sent: OK
Date: Tue, 29 Dec 2015 02:45:46 +0000
To: jqueryform.test@gmail.com
From: Tester <xxxx@icloud.com>
Reply-To: Tester <jqueryform.test@yahoo.com>
Subject: Test Outlook.com SMTP server
Message-ID: <c97459ca79c67015941a9a0d27a9dc47@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_c97459ca79c67015941a9a0d27a9dc47"
Content-Transfer-Encoding: 8bit
This is a multi-part message in MIME format.
--b1_c97459ca79c67015941a9a0d27a9dc47
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Your Name Tester
Email jqueryform.test@yahoo.com
Comments This is a test
--b1_c97459ca79c67015941a9a0d27a9dc47
Content-Type: text/html; charset=us-ascii
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<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 </td> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;;'>Tester </td></tr>
<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 </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 </td></tr>
<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 </td> <td valign=top style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size : 13px; color:#474747;padding:6px;border:1px solid #cccccc;;'>This is a test </td></tr></table></body>
</html>
--b1_c97459ca79c67015941a9a0d27a9dc47--
----------------------------------------------------------------