33 $contentType = null, $charset = null)
36 array($this,
'Swift_Mime_SimpleMessage::__construct'),
38 ->createDependenciesFor(
'mime.message')
44 ->lookup(
'properties.charset');
63 public static function newInstance($subject = null, $body = null,
64 $contentType = null, $charset = null)
66 return new self($subject, $body, $contentType, $charset);
75 public function addPart($body, $contentType = null, $charset = null)
78 $body, $contentType, $charset