Mail

Service Name in Container

Webiik\Mail\Mail

Purpose

Sending emails.

Configuration

Available in private/config/resources.php.

Definition

It is defined in private/config/container/services.php. By default, Mail Service is defined to utilize PHPMailer for sending emails.

Usual Usage

In route controller. Also, it is used by Log Service.

Documentation

Read documentation to learn more about Mail component.