/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Mailer
NameSizeModeActions
Exception/-0755rm
Transport/-0755rm
AbstractTransport.php20980644editdlrm
Email.php176410644editdlrm
Mailer.php194540644editdlrm
MailerAwareTrait.php15480644editdlrm
Message.php531830644editdlrm
Renderer.php33090644editdlrm
TransportFactory.php35540644editdlrm
TransportRegistry.php32210644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Mailer/MailerAwareTrait.php (1548B)
|string|null $config Array of configs, or profile name string. * @return \Cake\Mailer\Mailer * @throws \Cake\Mailer\Exception\MissingMailerException if undefined mailer class. */ protected function getMailer(string $name, $config = null): Mailer { $className = App::className($name, 'Mailer', 'Mailer'); if ($className === null) { throw new MissingMailerException(compact('name')); } return new $className($config); } }