Class EmailManager
java.lang.Object
org.apache.openmeetings.service.mail.EmailManager
- Author:
- swagner
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EmailManager
public EmailManager()
-
-
Method Details
-
getString
-
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
-