‪TYPO3CMS  10.4
TYPO3\CMS\FrontendLogin\Service\RecoveryServiceInterface Interface Reference
Inheritance diagram for TYPO3\CMS\FrontendLogin\Service\RecoveryServiceInterface:
TYPO3\CMS\FrontendLogin\Service\RecoveryService

Public Member Functions

 sendRecoveryEmail (string $emailAddress)
 

Detailed Description

Definition at line 22 of file RecoveryServiceInterface.php.

Member Function Documentation

◆ sendRecoveryEmail()

TYPO3\CMS\FrontendLogin\Service\RecoveryServiceInterface::sendRecoveryEmail ( string  $emailAddress)

Sends an email with an absolute link including a forgot hash to the passed email address with instructions to recover the account.

Parameters
string$emailAddress‪Receiver's email address.
Exceptions
InvalidConfigurationTypeException

Implemented in TYPO3\CMS\FrontendLogin\Service\RecoveryService.