Foros de discusión

Mail is not working.......

Eldho Issac, modificado hace 11 años.

Mail is not working.......

New Member Mensajes: 4 Fecha de incorporación: 28/11/12 Mensajes recientes
Hi,
I created one site in liferay. using portlets like wiki, blog, calendar etc.
I can see there is some email settings. I configured pop and smtp in server administrator-> mail.
Now also I am not getting any mail.
Can anyone say which all situations users get mail.......
and is there any extra configuration required ?
thumbnail
Muniraj saravanan, modificado hace 11 años.

RE: Mail is not working.......

Junior Member Mensajes: 95 Fecha de incorporación: 1/06/11 Mensajes recientes
Hi Eldho
can you give detail of the mail configuration and paste the error stack trace to give proper advice.


thanks
Saravanan
Eldho Issac, modificado hace 11 años.

RE: Mail is not working.......

New Member Mensajes: 4 Fecha de incorporación: 28/11/12 Mensajes recientes
Hi Saravanan

I configured mail server settings in "control panel->server->server administrator -> mail" only.
plz say is there any additional configurations required...


Thanks
gordon daniels, modificado hace 11 años.

RE: Mail is not working.......

Liferay Master Mensajes: 797 Fecha de incorporación: 24/08/08 Mensajes recientes
Eldho: we need to see the stack trace in order to help. I use linux but windows should be same. The log is located in 'liferayhome/tomcat/logs/catalina.out'. Catalina.out is the file we need to see. If you know how to read then it might help you to resolve.

Typically, its ports. You need to make sure what ports your server is using for mail, and whether you are using imap or pop. Also for testing purposes I usually configure mail on LR without ssl or tls support. That way I know if server is talking to mail server. Once that works I then configure it for security connection.

Hope this helps.
thumbnail
Amit Doshi, modificado hace 11 años.

RE: Mail is not working.......

Liferay Master Mensajes: 550 Fecha de incorporación: 29/12/10 Mensajes recientes
Eldho Issac:
Hi Saravanan

I configured mail server settings in "control panel->server->server administrator -> mail" only.
plz say is there any additional configurations required...


Thanks


I am using below settings for my email server in portal-ext.properties.

###############
# Mail Server Settings
###############
mail.session.mail.smtp.auth=false
mail.session.mail.smtp.host=lists.abc.com // host name.
mail.session.mail.smtp.password=
mail.session.mail.smtp.port=25
mail.session.mail.smtp.user=
mail.session.mail.transport.protocol=smtp
mail.session.mail.smtp.starttls.enable=false
mail.smtp.socketFactory.class="javax.net.ssl.SSLSocketFactory"

Thanks & Regards,
Amit Doshi