W3 JMAIL User Description Jmail.Smtpmail Body: String (v3.0) Letter, Text, using appendtext add content such as: jmail.body = "Hello World" Charset: String (v3.0) character set, default "US -Ascii, such as: jmail.charset = "US-ASCII" ContentTransferencoding: String (v3.0) Specifies the encoding mode when the content transfer is, the default is "quoted-printable" such as: jmail.contentTransferencoding = "base64" ContentType: String (v3.0) Letter's ContentYpe. The default is "text / place", but can be set to other types you want. If you send mail in HTML format, change to "text / html". Such as: jmail.contenttype = "text / html" DeferredDelivery: Date (v3.0) Settings Deferred Send. If the mail server supports, the message will send this time as: (JavaScript) Jmail.deferRedDelivery = New Date (2000, 02, 17) .Getvardate (); eNCoding: String (v3.0) This property can be used to change attachment encoding mode (the default is "base64). You can choose to use" Base64 "," uuencode "or" quoted- Printable "such as: jmail.Encoding =" base64 "error: Integer (v3.0) If jmail.sile is set to true, errorcode contains error code such as response.write (jmail.errorcode); errorMessage: String (V3. 0) If jmail.silent is set to true, the error message is included, 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) is encoded into ISO-8859-1. The default is true, such as: jmail.isoencodeheaders = falselazysend: Boolean (v3.0) This property specifies Jmail Wait until Mail is sent and then returned, or buffers this message and then send it in the background. However, you cannot control the error message. Note: If you select this option, the property ServerAddress will be invalid, lazysend will pass DSN The query determines the mail server, in some settings, this may have a problem.
Such as: jmail.lazysend = true; log: string (v3.0) Jmail created log, if the Loging property is set to true, such as: response.write (jmail.log); logging: boolean (v3.0) uses logs such as : Jmail.logging = truemaildomain: String (v3.0) this can be used to override the ehlo / helo statement to your mailserver such as: jmail.mails = "Hello.World.com" MIMEVERSION: STRING (V3.0) Specify MIME version. By default? Quot; 1.0 "such as: jmail.mimeversion =" 1.0 "priority: integer (v3.0) priority. Range between 1-5 1 high priority. Some mail programs are called emergency 2 is also high priority Level 3 Ordinary priority 4 Low priority 5 Minimum priorities such as Jmail.Priority = 3Recipients: String (v3.0) Read-only properties, return all recipients such as: response.write (" Jmail.Recipients ""); Replyto: String (v3.0) Specifies an optional reply address such as Jmail.Replyto = "PRESIDENT@dimac.net" ReturnReceipt: Boolean (v3.0) Specifies whether the sender needs a reply receipt. The default is false such as: jmail.returnReceipt = TRUESENDER: String (v3.0) Specify sender's email address, such as: jmail.sender = "Batman@dimac.net" Sender: String (v3.0) specified sender Name: jmail.sendername = "BAT man" ServerAddress: String (v3.0) Specifies the address of the mail server. You can specify multiple servers, open with a semicolon point. You can specify the port number. If ServerAddress keeps blank, Jmail will Try to resolve the remote mail server and then send it directly to the server.
Such as: jmail.serveraddress = "mail.mydom.net; mail2.mydom.net:2500" SILENT: BOOLEAN (V3.0) If set to true, Jmail will not throw an exception error. Jmail.execute () will be based on operation Result Returns True or False, such as: Jmail.silent = TrueSimpleLayout: Boolean (V3.0) Set to True, reduce the Header Letterhead generated by Jmail, such as: jmail.simplelayout = TrueSubject: String (v3.0) setting message : JMail.Subject = "Dimac rocks big time!" UsePipelining: Boolean (v3.0) Overrides if JMail should use pipelining on a server that supports it, such as:. JMail.Pipelining = false AddAttachment (FileName, [ContentType]) (v3 .0) Add file attachments to letters such as Jmail.Addattachment ("c: //autoexec.bat"); AddCustomAtTachment (FileName, DATA) (V3.0) Add custom attachment. This can be used to attach "Virtual Files "Like a generated text string or certificate etc. such as Jmail.Addcustomattachment (" Readme.txt "," Contents of File "); AddHeader (XHEADER, VALUE) (V3.0) Add user-defined X-header to Message : Jmail.addheader ("Originating-IP", "193.15.14.623"); AddnativeHeader (V3.0) Add a letter such as Jmail.AddnativeHeader ("MTA-settings", "route"); AddRecipient (Email) (V3.0) Added recipients such as: Jmail.AddRecip IENT ("info@dimac.net"); AddRecipientBCC (email) (v3.0) Added prune recipients such as: jmail.addrecipientBCC ("someone@somedomain.net"); AddRecipientcc (email) (v3.0) increase Cc recipients such as: Jmail.Addrecipientcc ("someone@somedomain.net"); AddRecipientex (email, name) Add a name-mentioned recipient as: Jmail.AddRecipientex ("Info @ Dimac. Net "," DIMAC INFO "); Addurlattachment (BSTRURL, BSTRATCHAS, [BSTRAUTH]) (V3.0) Download and add an attachment from the URL. The second parameter" attachs "is used to specify the letter after receiving the letter. File name. The third optional parameter is used to optionally WWW-identification. Such as: Jmail.AddurlatTachment ("