Google News
logo
CakePHP - Interview Questions
How to create an email delivery profiles?
We can create an email delivery profile by using following command:
'Email' => [  

   'default' => [  

      'transport' => 'default',  

      'from' => 'you@localhost',  

   ],  

],
Advertisement