mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 07:06:40 +02:00
text-plain => text/plain
This commit is contained in:
@@ -23,7 +23,7 @@ class NativeMailerHandler extends MailHandler
|
|||||||
protected $to;
|
protected $to;
|
||||||
protected $subject;
|
protected $subject;
|
||||||
protected $headers = array(
|
protected $headers = array(
|
||||||
'Content-type: text-plain; charset=utf-8'
|
'Content-type: text/plain; charset=utf-8'
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user