Jinya CMS

NewLoginMail
in package

This class is the new login mail and should be sent when a new login was registered

Tags

Table of Contents

$templateEngine  : Engine
__construct()  : mixed
NewLoginMail constructor.
sendMail()  : void
Sends the new login mail

Properties

Methods

__construct()

NewLoginMail constructor.

public __construct() : mixed
Tags
Return values
mixed

sendMail()

Sends the new login mail

public sendMail(string $artistEmail, string $artistName, ApiKey $apiKey) : void
Parameters
$artistEmail : string
$artistName : string
$apiKey : ApiKey
Tags
throws
Exception
throws
JsonException
throws
Throwable
Return values
void

Search results