Mail module

Edition

CE

License

MLA, GPL

Issues

MGNLMAIL

Maven site

Mail

Latest

5.6.0

The Mail page explains how to configure the module and how to send mail from Magnolia.

Installing with Maven

Maven is the easiest way to install the module. Add the following to your bundle:

<dependency>
  <groupId>info.magnolia</groupId>
  <artifactId>magnolia-module-mail</artifactId>
  <version>5.6.0</version>
</dependency>

Usage

See Mail.

Feedback