mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
swiftmailer
This commit is contained in:
@@ -42,18 +42,4 @@ class Swift_MimePart extends Swift_Mime_MimePart
|
||||
$this->setContentType($contentType);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new MimePart.
|
||||
*
|
||||
* @param string $body
|
||||
* @param string $contentType
|
||||
* @param string $charset
|
||||
*
|
||||
* @return Swift_Mime_MimePart
|
||||
*/
|
||||
public static function newInstance($body = null, $contentType = null, $charset = null)
|
||||
{
|
||||
return new self($body, $contentType, $charset);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user