Hi,
Liferay will defaultly send the email to your mail id if mail setting has configured, no need to do extra things just set up email configurations
1
2##
3## Mail
4##
5
6 #
7 # Set the JNDI name to lookup the Java Mail session. If none is set, then
8 # the portal will attempt to create the Java Mail session based on the
9 # properties prefixed with "mail.session.".
10 #
11 #mail.session.jndi.name=mail/MailSession
12
13 #
14 # Set the properties used to create the Java Mail session. The property
15 # prefix "mail.session." will be removed before it is used to create the
16 # session object. These properties will only be read if the property
17 # "mail.session.jndi.name" is not set.
18 #
19 mail.session.mail.pop3.host=localhost
20 mail.session.mail.pop3.password=
21 mail.session.mail.pop3.port=110
22 mail.session.mail.pop3.user=
23 mail.session.mail.smtp.auth=false
24 mail.session.mail.smtp.host=localhost
25 mail.session.mail.smtp.password=
26 mail.session.mail.smtp.port=25
27 mail.session.mail.smtp.user=
28 mail.session.mail.store.protocol=pop3
29 mail.session.mail.transport.protocol=smtp
kindly use this code and mention all the required fields that are missing.
Thanks
Suhail Ahmed
Bitte melden Sie sich an, um diesen Inhalt als unangebracht zu kennzeichnen.