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
$templateEngine
private
Engine
$templateEngine
Tags
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