Documentation

Mail
in package
implements HookInterface

Interfaces, Classes and Traits

HookInterface
Generic interface for hooks

Table of Contents

repairAll()  : void
Repairs mail configuration provided by the extension.
repairDomains()  : void
Repairs mail configuration of selected domains provided by the extension.
repairMailnames()  : void
Repairs mail configuration of selected mailnames provided by the extension.

Methods

repairAll()

Repairs mail configuration provided by the extension.

public abstract repairAll(Context $context) : void
Parameters
$context : Context
Return values
void

repairDomains()

Repairs mail configuration of selected domains provided by the extension.

public abstract repairDomains(array<string|int, mixed> $domainNames, Context $context) : void
Parameters
$domainNames : array<string|int, mixed>
$context : Context
Return values
void

repairMailnames()

Repairs mail configuration of selected mailnames provided by the extension.

public abstract repairMailnames(array<string|int, mixed> $mailnames, Context $context) : void
Parameters
$mailnames : array<string|int, mixed>
$context : Context
Return values
void

Search results