Code Context $result = $Email->template('contact', 'default')
->emailFormat('html')
->from($this->request->data['email'])
$pageTitle = 'Contact Us | '
$Email = object(CakeEmail) {
charset => 'UTF-8'
headerCharset => 'UTF-8'
[protected] _to => array()
[protected] _from => array(
'support@coinlocations.com' => 'Coinlocations'
)
[protected] _sender => array()
[protected] _replyTo => array()
[protected] _readReceipt => array()
[protected] _returnPath => array()
[protected] _cc => array()
[protected] _bcc => array()
[protected] _messageId => true
[protected] _domain => 'coinlocations.com'
[protected] _subject => ''
[protected] _headers => array()
[protected] _layout => 'default'
[protected] _template => 'contact'
[protected] _viewRender => 'View'
[protected] _viewVars => array(
'data' => array(
[maximum depth reached]
)
)
[protected] _theme => null
[protected] _helpers => array(
(int) 0 => 'Html'
)
[protected] _textMessage => ''
[protected] _htmlMessage => ''
[protected] _message => array()
[protected] _emailFormatAvailable => array(
(int) 0 => 'text',
(int) 1 => 'html',
(int) 2 => 'both'
)
[protected] _emailFormat => 'html'
[protected] _transportName => 'Smtp'
[protected] _transportClass => object(SmtpTransport) {}
[protected] _appCharset => 'UTF-8'
[protected] _attachments => array()
[protected] _boundary => null
[protected] _config => array(
'password' => '*****',
'host' => '*****',
'port' => '*****',
'transport' => 'Smtp',
'from' => array(
[maximum depth reached]
),
'timeout' => (int) 30,
'username' => 'email_admin@coinlocations.com',
'client' => null,
'log' => false
)
[protected] _charset8bit => array(
(int) 0 => 'UTF-8',
(int) 1 => 'SHIFT_JIS'
)
[protected] _contentTypeCharset => array(
'ISO-2022-JP-MS' => 'ISO-2022-JP'
)
[protected] _emailPattern => null
[protected] _configClass => 'EmailConfig'
}
$result = false
ContactformsController::index() - APP/Controller/ContactformsController.php, line 20
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 185
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 110