Jinya CMS

NewSavedDeviceMail
in package

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

Tags

Table of Contents

$templateEngine  : Engine
__construct()  : mixed
NewSavedDeviceMail constructor.
sendMail()  : void
Sends the new saved device email

Properties

Methods

__construct()

NewSavedDeviceMail constructor.

public __construct() : mixed
Tags
Return values
mixed

sendMail()

Sends the new saved device email

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

Search results