BEdita API doc | 4-cactus
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Download

Namespaces

  • BEdita
    • API
      • Auth
      • Controller
        • Admin
        • Component
        • Model
      • Error
      • Event
      • Exception
      • Middleware
      • Model
        • Action
      • Network
        • Exception
      • Shell
      • TestSuite
      • Utility
    • Core
      • Configure
        • Engine
      • Database
        • Type
      • Exception
      • Filesystem
        • Adapter
        • Exception
        • Thumbnail
      • I18n
      • Job
        • Service
      • Mailer
        • Preview
        • Transport
      • Model
        • Action
        • Behavior
        • Entity
        • Table
        • Validation
      • ORM
        • Inheritance
        • Locator
        • Rule
      • Shell
        • Task
      • State
      • TestSuite
        • Fixture
      • Utility

Classes

  • Email
  • UserMailer

Class Email

Email class to send serialized emails.

This class extends the CakePHP's core Cake\Mailer\Email class by adding a self::sendRaw() method to send raw emails, after the object has been unserialized.

Cake\Mailer\Email
Extended by BEdita\Core\Mailer\Email
Namespace: BEdita\Core\Mailer
Since: 4.0.0
Located at Core/src/Mailer/Email.php

Methods summary

public array
# sendRaw( )

Send a raw email.

Send a raw email.

This method assumes that _message, _textMessage and _htmlMessage private attributes have already been set somehow, for instance after calling createFromArray().

Returns

array
public static string|null
# getBoundary( Cake\Mailer\Email $email )

Get boundary used by a mail.

Get boundary used by a mail.

Parameters

$email
Email instance.

Returns

string|null
BEdita API doc | 4-cactus API documentation generated by ApiGen