Configuration
Configuration keys for the Solar_Mail_Message
class.
boundary
(string) The default boundary value for separating message parts.
Default:
null
charset
(string) The character-set for messages; default is 'utf-8'.
Default:
'utf-8'
encoding
(string) The encoding for messages; default is '8bit'.
Default:
'8bit'
crlf
(string) The line-ending string to use; default is "\r\n".
Default:
' '
headers
(array) An array of key-value pairs where the key is the header label and the value is the header value. Default null.
Default:
null
transport
(dependency) A Solar_Mail_Transport dependency injection, for use with the send() method. Default null, which means you need to send this message through a separate transport object.
Default:
null