W3 JMail Reference Note

Source: Internet
Author: User
Tags base64 character set error code
Jmail.smtpmail
Body:string
(v3.0)
Letter body, body, using appendtext append content
such as: Jmail.body = "Hello World"
Charset:string
(v3.0)
Character set, default to "Us-ascii"
such as: Jmail.charset = "Us-ascii"
Contenttransferencoding:string
(v3.0)
Specifies the encoding for content transfer, by default, "Quoted-printable"
such as: jmail.contenttransferencoding = "base64"
Contenttype:string
(v3.0)
The contentype of the letter. The default is "Text/plain", but it can be set to the other type you want.
If you send the message in HTML format, change to "text/html".
such as: Jmail.contenttype = "text/html"
Deferreddelivery:date
(v3.0)
Set up deferred forwarding. If the mail server supports it, the message will not be sent until this time.
such as: (Javascript) jmail.deferreddelivery = new Date (n.) getvardate ();
Encoding:string
(v3.0)
This property can be used to change the encoding of the attachment (by default, "Base64"). You can choose to use "base64", "Uuencode" or "quoted-printable"
such as: jmail.encoding = "base64"
Errorcode:integer
(v3.0)
If Jmail.silent is set to True,errorcode contains an error code
such as: Response.Write (Jmail.errorcode);
Errormessage:string
(v3.0)
If Jmail.silent is set to True, contains an error message
such as: Response.Write (Jmail.errormessage);
Errorsource:string
(v3.0)
Contains the error source if Jmail.silent is set to True
such as: Response.Write (Jmail.errorsource); Isoencodeheaders:boolean
(v3.0)
Whether to encode the letterhead into the iso-8859-1 character set. The default is True
such as: Jmail.isoencodeheaders = False
Lazysend:boolean
(v3.0)
This property specifies whether JMail waits for mail to send and then returns, or buffers the message and sends it in the background.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.