Forums de discussion

smtp Email Conf Error

thumbnail
Ramalingaiah. D, modifié il y a 8 années.

smtp Email Conf Error

Expert Publications: 486 Date d'inscription: 16/08/14 Publications récentes
Hi,
how to make smtp email liferay 6.2,
Please enter your verification code.


Regards
Ram
thumbnail
Kailash Yadav, modifié il y a 8 années.

RE: smtp Email Conf Error

Regular Member Publications: 211 Date d'inscription: 18/10/11 Publications récentes
If you want to configure SMTP server on your local(as your screen-shot), there are two ways. First use portal-ext.properties. see : https://github.com/liferay/liferay-portal/blob/6.2.x/portal-impl/src/portal.properties#L7217

Other way is you can remove stranger email verification from you local machine (which is default disabled) and login with admin credentials and set email properties from control panel. See this link for disable email verification : https://github.com/liferay/liferay-portal/blob/6.2.x/portal-impl/src/portal.properties#L2025
 #
    # Set this to true if strangers who create accounts need to be verified via
    # email.
    #
    company.security.strangers.verify=false