Ifd:sendPasswordToEmail
From dev.ifd-library.org
String sendPasswordToEmail(String email)
throws IfdServerException
Method to send password to a users email, in case he forgot his password.
Input:
-
string email
Return:
- string - a string with either of the following:
- "MESSAGE SENT" - indicating the password is sent successfully
- Anything else indicates a failure
Comments: Does the return make any sense? Useful for possible feedback to the user, but we cannot guarantee a successful delivery of the email without the user confirming this himself.