Created
February 15, 2017 09:32
-
-
Save enrike1983/092f23517028ddc06674c35d0ba5a35c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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