org.eclipse.higgins.rpps.core.utils
Class EmailUtils
java.lang.Object
org.eclipse.higgins.rpps.core.utils.EmailUtils
- public class EmailUtils
- extends Object
- Author:
- Alexander Yuhimenko
EmailUtils
public EmailUtils()
getString
public static String getString(String key)
sendPasswordResetCode
public void sendPasswordResetCode(String emailAddres,
String code)
throws UnsupportedEncodingException,
javax.mail.MessagingException
- Send password reset code.
- Parameters:
emailAddres - code -
- Throws:
UnsupportedEncodingException
javax.mail.MessagingException
sendPasswordUpdatedEmail
public void sendPasswordUpdatedEmail(String emailAddres)
throws UnsupportedEncodingException,
javax.mail.MessagingException
- Send confirmation for password update.
- Parameters:
emailAddres -
- Throws:
UnsupportedEncodingException
javax.mail.MessagingException