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
– RFL
@Rafaelacioly it is not possible to identify "Mailer" and still in the example I copied made use of the
use Cake\Mailer\Mailer;
– Ricardo