Hi, I'm new in ofbiz and i need to send an email from ofbiz to a gmail
the problem is that I get a this message error " Mail notifications disabled in general.properties;"
so I modified the general.properties file with the following configurations :
# -- mail notifications enabled (Y|N)
mail.notifications.enabled=Y
# -- redirect all mail notifications to this address for testing
#mail.notifications.redirectTo=
# -- the default mail server to use
mail.smtp.relay.host=smtp.gmail.com
# -- SMTP Auth settings
mail.smtp.auth.user=***@gmail.com
mail.smtp.auth.password=la**
BUUUTT i still have the same error message !!!!
plllzz can anyone help to solve this problem
I test to send an email from this link:
https://localhost:8443/ecommerce/products/PROMOTIONS/p_GZ-2644using the tell a friend tab but it dosn't work and i got the same error message and no mail sending
thank you and plz help me