class NotificationMailer
Methods
__construct(Mailer $mailer, TranslatorInterface $translator, SettingsRepositoryInterface $settings, UrlGenerator $url, Factory $view)
No description
array
getEmailViews(MailableInterface|BlueprintInterface $blueprint)
Retrieves the email views from the blueprint, and enforces that both a plain text and HTML view are provided.
Details
at
line 24
__construct(Mailer $mailer, TranslatorInterface $translator, SettingsRepositoryInterface $settings, UrlGenerator $url, Factory $view)
at
line 33
void
send(MailableInterface|BlueprintInterface $blueprint, User $user)
at
line 63
protected UnsubscribeToken
generateUnsubscribeToken(int $userId, string $emailType)
at
line 78
protected array
getEmailViews(MailableInterface|BlueprintInterface $blueprint)
Retrieves the email views from the blueprint, and enforces that both a plain text and HTML view are provided.