forked from Wavyzz/dolibarr
swiftmailer
This commit is contained in:
@@ -30,16 +30,4 @@ class Swift_SendmailTransport extends Swift_Transport_SendmailTransport
|
||||
|
||||
$this->setCommand($command);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new SendmailTransport instance.
|
||||
*
|
||||
* @param string $command
|
||||
*
|
||||
* @return Swift_SendmailTransport
|
||||
*/
|
||||
public static function newInstance($command = '/usr/sbin/sendmail -bs')
|
||||
{
|
||||
return new self($command);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user