Foros de discusión

smtp mail integration

Pranay Sanam, modificado hace 11 años.

smtp mail integration

Junior Member Mensajes: 31 Fecha de incorporación: 14/08/12 Mensajes recientes
Hi folks,

I m trying to integrate mail notifications functionality in to our LR portal. and it is not happening as expected.

I'll tell u what i've done.

since our org doesn't provide social media access i dont have scope to test with gmail credentials. So i had to request my org to create a test smtp server and a test mailbox and use those values in doing so.

In ctrl panel->server adminstration--> mail--> I've given these values

Incoming POP Server: 192.168.105.74
Incoming Port: 110
- Use a Secure Network Connection (din't checked this)
User Name: my usr nm
Password: my pwd
Outgoing SMTP Server: 192.168.105.74
Outgoing Port: 25
- Use a Secure Network Connection (din't checked this)
User Name: my usr nm
Password: my pwd

and then to see if mailing is happening i tried the Forgot Password functionality of liferay. and then I m not getting any mails. also no errors in the log!

plz help me with this

Thanks.
Pranay Sanam, modificado hace 11 años.

RE: smtp mail integration

Junior Member Mensajes: 31 Fecha de incorporación: 14/08/12 Mensajes recientes
and also to mention this...

If i check those "Use a Secure Network Connection" check boxes i am getting the, most popular, i guess, error
Unrecognized SSL message. just Plaintext connection?


any suggestion would be of gr8 help emoticon

Thanks in advance.
thumbnail
Hari Dobbala, modificado hace 11 años.

RE: smtp mail integration

Junior Member Mensajes: 29 Fecha de incorporación: 18/11/12 Mensajes recientes
Hi Pranay,

Please first test using simple java program to send the mail by giving details which you have mentioned in admin console. If it is working properly there ,I think it should work in liferay also.
Oliver Bayer, modificado hace 11 años.

RE: smtp mail integration

Liferay Master Mensajes: 894 Fecha de incorporación: 18/02/09 Mensajes recientes
Hi Pranay,

first stick to the good proposals by Hari.

Maybe setting the following property (which can't be set via gui afaik) will let you connect to your smtp server:
mail.smtp.starttls.enable=true

HTH Oli