Resolve Undefined namespace Mailer Cakephp 3.0.3

Asked

Viewed 70 times

2

I’m trying to create a Email Reusable provided by Cakephp 3 but still following the documentation but I have the following error:

use Cake\Mailer\Mailer;

Error:

Undefined namespace Mailer

Referenced namespace is not found.

I created the file in the same directory as specified in the documentation

OBS: I’m using the Cakephp 3.0.3

Link to the documentation: Link

  • I don’t use cakephp but I saw there in the documentation a use Cake\Mailer\MailerAwareTrait

  • @Rafaelacioly it is not possible to identify "Mailer" and still in the example I copied made use of the use Cake\Mailer\Mailer;

1 answer

2


Browser other questions tagged

You are not signed in. Login or sign up in order to post.