This project provides an open source email plugin for the Curity Identity Server. The only functionality of this plugin is to print the email to be sent to the log on info level.
- Curity Identity Server 6.0.0 and its system requirements
- Java JDK v. 8
The project can be built using gradle. Use the command gradle build
to find the resulting JARs in the build/libs
directory.
To install the plugin, you need the binary files. You can build these yourself, as described in the previous section.
Take the resulting JAR-files and copy them into the directory ${IDSVR_HOME}/usr/share/plugins/noopmailer
.
Note that the /noopmailer
directory can be named freely; using (a reference to) the name of the plugin just makes it
easier to find the files later on.
The plugin will become available after you (re)start the Curity Identity Server.
Note
The JAR file needs to be deployed to each run-time node and the admin node. For simple test deployments where the admin node is a run-time node, the JAR file only needs to be copied to one location.
For a more detailed explanation of installing plug-ins, refer to the Curity developer guide.
This plugin and its associated documentation is listed under the Apache 2 license.
Please visit curity.io for more information about the Curity Identity Server.
Copyright (C) 2021 Curity AB.