Plugin configuration optionsΒΆ

This plugin can be configured via your config/app.php. Here is an example config stanza:

/**
 * Configures the MailPreview plugin
 */
'MailPreview' => [
    'Routes' => [
        // the router class for the MailPreview plugin
        'class' => 'Cake\Routing\Route\DashedRoute',
        // prefix to use for accessing the MailPreview plugin routes
        'prefix' => '/mail-preview',
    ],
    'Previews' => [
        // A list of classNames to override the automatically detected classes
        // Useful when loading previews from plugins
        'classNames' => [
            'App\Mailer\Preview\UserMailPreview',
        ],
    ],
],
  v: latest
Versions
latest
stable
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds
Downloads
On GitHub
View
Edit

Free document hosting provided by Read the Docs.