Send an Email from Liferay Portal

Dec 20th, 2013

Send an Email from Liferay Portal

Share

If you want to send an email from your liferay portal then its bit easy because liferay provide an Utility class called MailEngine.So we don’t have to play with direct JavaMail API.

In this article, we’ll use Gmail as SMTP

Below are the steps to send an email in Liferay.

  • Configure your SMTP provider, outgoing port, user id and password.
  • Login as super user in your liferay portal
  • Go to Control Panel
  • Click on Server Administration from server section
  • Click on Mail Tab
  • Fill out the SMTP fields here,
  • Set Outgoing SMTP Server (E.g. smtp.gmail.com)
  • Set Outgoing Port (E.g. 465)
  • Check the box of Use a Secure Network Connection if you want.
  • Set User Name and Password.
  • Press “Save” Button
  • You are done with SMTP configuration of outgoing mail sever
  • In your MVCPortlet or related class add the below peace of code to send an email.

MailMessage mailMessage = new MailMessage();
mailMessage.setHTMLFormat(true);
mailMessage.setBody("set body here");
mailMessage.setFrom(new InternetAddress("fromAddress","fromName"));
mailMessage.setSubject("set mail subject here");
mailMessage.setTo(new InternetAddress("set receiver email id here"));
mailEngine.send(mailMessage);

  • If you want to add attachment to your email or you want to add Cc you can use below send method of MailEngine class,

send(InternetAddress from, InternetAddress[] to, InternetAddress[] cc, InternetAddress[] bcc,
String subject, String body, boolean html format, InternetAddress[] replyTo, String messageId,
String inReplyTo, File[] attachments);

I hope this tutorial will help you.. 🙂

Comments are closed.

Let's Discuss Your Project

Get free consultation and let us know your project idea to turn
it into an amazing digital product.

Let’s talk

NEWS & BLOG

Related Blogs

How to Select Cross-Platform Mobile App Development Company?

Cross-Platform App Nov 18th, 2024

How to Select Cross-Platform Mobile App Development Com...

Read more
Android vs iOS Development : Which Is Best For Your App?

Mobile App Nov 15th, 2024

Android vs iOS Development : Which Is Best For Your App...

Read more
How to Hire and Find Mobile App Developers?

Hire Developer Oct 25th, 2024

How to Hire and Find Mobile App Developers?...

Read more

INQUIRY

Let's get in touch

UNITED STATES

31236 Meadowview Square,
Delmar,
DE 19940, USA

Sales: +1 (415) 230 0051

UNITED KINGDOM

13 Layton Road,
Hounslow,
London, TW3 1YJ

Sales: +44 7404 607567

INDIA

101, Kalasagar Shopping Hub, Sattadhar, Gujarat 380061

+91 999-894-5667

For Project Inquiries

Please enable JavaScript in your browser to complete this form.
emailsales@solutionanalysts.com emailinfo@solutionanalysts.com emailcareer@solutionanalysts.com skypebiz.solutionanalysts