@@ -11,13 +11,12 @@ use Drupal\symfony_mailer\TransportPluginInterface;
* @MailerTransport(
* id = "native",
* label = @Translation("Native"),
* description = @Translation("Use the sendmail binary and options configured in the sendmail_path setting of php.ini."),
* warning = @Translation("<b>NOT RECOMMENDED, prefer Sendmail). If php.ini uses the sendmail -t command, you won't have error reporting and Bcc headers won't be removed."),
* )
*/
classNativeTransportextendsTransportBase{
// @todo Maybe should override the options to pass -bs.