CakeEmail class CakeEmail(mixed $config = null) CakeEmail is a new class to send email. With this class you can send email from any place of your application. In addition to using the EmailComponent from your controller, you can also send mail from Shells, and Models. This class replaces the EmailComponent and gives more flexibility in sending emails. For example, ...