Method |
Description |
|
__construct ( Symfony\Component\DependencyInjection\Container $container ) |
|
|
send ( string $placeholder, string $message, string $to, string | null $from = null, string | null $attachmentDir = null ) : void |
Send email |
|
sendCommentNotification ( Comment $comment, Article $article, array $authors, User $user = null ) : void |
Send comment notification |
|
sendConfirmationToken ( User $user ) : void | Exception |
Send to user email confirmation token |
|
sendPasswordRestoreToken ( User $user ) : void | Exception |
Send password restore token |
|
sendUserEmail ( string $from, string $to, string $subject, string $message ) : void |
Send user message from other user |
|