Fórumok

Mail is not working.......

Eldho Issac, módosítva 11 év-val korábban

Mail is not working.......

New Member Bejegyzések: 4 Csatlakozás dátuma: 2012.11.28. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Junior Member Bejegyzések: 95 Csatlakozás dátuma: 2011.06.01. Legújabb bejegyzések
Hi Eldho
can you give detail of the mail configuration and paste the error stack trace to give proper advice.


thanks
Saravanan
Eldho Issac, módosítva 11 év-val korábban

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

New Member Bejegyzések: 4 Csatlakozás dátuma: 2012.11.28. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 797 Csatlakozás dátuma: 2008.08.24. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 550 Csatlakozás dátuma: 2010.12.29. Legújabb bejegyzések
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