1

Could not send email: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set().

public function changePassword(){ if($this->request->is('post')){ $email->from(['[email protected]' => 'My Site']) ->to('[email protected]') ->subject('About') ->send('My message'); } } 
3

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.