Class DebugTransport
Debug Transport class, useful for emulate the email sending process and inspect the resulted email message before actually send it during development
- AbstractTransport
- 
			 DebugTransport DebugTransport
		
		
		
		Package: Cake\Network\Email
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Network/Email/DebugTransport.php
	
	Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Network/Email/DebugTransport.php
Inherited Properties
Method Summary
- 
			send() publicSend mail
Method Detail
Methods inherited from AbstractTransport
_headersToString() protected ¶
_headersToString( array $headers , string $eol = "\r\n" )
Help to convert headers in string
Parameters
- array $headers
- Headers in format key => value
- string $eol optional "\r\n"
- End of line string.
Returns
					string
				
		