W3cubDocs

/CakePHP 2.8

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
Extended by DebugTransport
Package: Cake\Network\Email
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Network/Email/DebugTransport.php

Inherited Properties

Method Summary

Method Detail

send()source public

send( CakeEmail $email )

Send mail

Parameters

CakeEmail $email
CakeEmail

Returns

array

Methods 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

string

config()source public

config( array $config null )

Set the config

Parameters

array $config optional null
Configuration options.

Returns

array
Returns configs

© 2005–2016 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.
http://api.cakephp.org/2.8/class-DebugTransport.html