- Issue created by @cmarrufo
- ๐ฎ๐ณIndia mohd sahzad
mohd sahzad โ made their first commit to this issueโs fork.
- Merge request !33fixed Warning: Undefined array key 'Content-Type' โ (Open) created by mohd sahzad
In a new project I'm working on I get several error messages when sending an email:
Warning: Undefined array key "Content-Type" in Drupal\mimemail\Plugin\Mail\MimeMail->format() (line 91 of
modules/contrib/mimemail/src/Plugin/Mail/MimeMail.php).
Deprecated function: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in Drupal\mimemail\Plugin\Mail\MimeMail->format() (line 91 of modules/contrib/mimemail/src/Plugin/Mail/MimeMail.php).
In my case it's because the variable $message['headers']['Content-Type']
can be empty.
Check if the variable exists and add $matches
to the preg_match function.
Active
2.0
Code
mohd sahzad โ made their first commit to this issueโs fork.