4D v18

Mail

Home

 
4D v18
Mail

Mail 

 

Constant  Type Value Comment
mail disposition attachment  String attachment Set the Content-disposition header value to "attachment", which means that the attachment file must be provided as a link in the message.
mail disposition inline  String inline Set the Content-disposition header value to "inline", which means that the attachment must be rendered within the message contents, at the "cid" location. The rendering depends on the mail client.
mail mode ISO2022JP  String US-ASCII_ISO-2022-JP_UTF8_QP
  • headerCharset: US-ASCII if possible, Japanese (ISO-2022-JP) & Quoted-printable if possible, otherwise UTF-8 & Quoted-printable
  • bodyCharset: US-ASCII if possible, Japanese (ISO-2022-JP) & 7-bit if possible, otherwise UTF-8 & Quoted-printable
mail mode ISO88591  String ISO-8859-1
  • headerCharset: ISO-8859-1 & Quoted-printable
  • bodyCharset: ISO-8859-1 & 8-bit
mail mode UTF8  String US-ASCII_UTF8_QP

headerCharset & bodyCharset: US-ASCII if possible, otherwise UTF-8 & Quoted-printable (default value)

mail mode UTF8 in base64  String US-ASCII_UTF8_B64

headerCharset & bodyCharset: US-ASCII if possible, otherwise UTF-8 & base64

SMTP authentication CRAM MD5  String CRAM-MD5 SMTP authentication using CRAM-MD5 protocol
SMTP authentication login  String LOGIN SMTP authentication using LOGIN protocol
SMTP authentication plain  String PLAIN SMTP authentication using PLAIN protocol


See also 

MAIL Convert to MIME
MAIL New attachment
SMTP New transporter
transporter.authenticationMode
transporter.bodyCharset
transporter.headerCharset
transporter.logFile

 
PROPERTIES 

Product: 4D
Theme: List of constant themes

 
HISTORY 

New
Created: 4D v17 R4
Modified: 4D v18

 
ARTICLE USAGE

4D Language Reference ( 4D v18)