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
Package: Cake\Network\Email
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Location: Cake/Network/Email/DebugTransport.php
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Location: Cake/Network/Email/DebugTransport.php
Inherited Properties
Method Summary
- send() publicSend mail
Method Detail
send()source public
send( CakeEmail $email )
Send mail
Parameters
-
CakeEmail
$email
- CakeEmail
Returns
arrayMethods inherited from AbstractTransport
_headersToString()source 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
stringconfig()source public
config( array $config null )
Set the config
Parameters
- array
$config
optional null - Configuration options.
Returns
arrayReturns configs
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/2.10/class-DebugTransport.html