Skip to content

Instantly share code, notes, and snippets.

@enrike1983
Created February 15, 2017 09:32
Show Gist options
  • Save enrike1983/092f23517028ddc06674c35d0ba5a35c to your computer and use it in GitHub Desktop.
Save enrike1983/092f23517028ddc06674c35d0ba5a35c to your computer and use it in GitHub Desktop.
array (size=12)
'id' => string 'my_email_id' (length=38)
'module' => string 'my_module' (length=24)
'key' => string 'my_email_key' (length=13)
'to' => string '[email protected]' (length=15)
'from' => string ' <[email protected]>' (length=30)
'reply-to' => string '[email protected]' (length=17)
'langcode' => string 'en' (length=2)
'params' =>
array (size=2)
'subject' => string 'My Amazing Mail Subject' (length=26)
'body' => string '<html>Here a lot of markup</html>'
'send' => boolean true
'subject' => string 'My Amazing Mail Subject' (length=26)
'body' =>
array (size=1)
0 => string '<html>Here a lot of markup</html>'
'headers' =>
array (size=4)
'From' => string ' <[email protected]>' (length=30)
'MIME-Version' => string '1.0' (length=3)
'Content-Type' => string 'text/html; charset=UTF-8; format=flowed' (length=39)
'Content-Transfer-Encoding' => string '8Bit' (length=4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment