Class EmailManager
- java.lang.Object
-
- org.apache.openmeetings.service.mail.EmailManager
-
@Component public class EmailManager extends Object
- Author:
- swagner
-
-
Constructor Summary
Constructors Constructor Description EmailManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetString(String key)voidsendMail(String username, String email, String hash, boolean sendEmailWithVerficationCode, Long langId)sends a mail address to the user with his account data
-
-
-
Method Detail
-
sendMail
public void sendMail(String username, String email, String hash, boolean sendEmailWithVerficationCode, Long langId)
sends a mail address to the user with his account data- Parameters:
username- - login of the registered useremail- - email of the registered userhash- - activation hashsendEmailWithVerficationCode- - if email with verification code should be sentlangId- - language Id
-
-