Apache James :: Examples :: Custom SMTP Command

Example of how to extend James existing SMTP implementation by adding your own commands

License

License

GroupId

GroupId

org.apache.james.examples
ArtifactId

ArtifactId

custom-smtp-command
Last Version

Last Version

3.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

Apache James :: Examples :: Custom SMTP Command
Example of how to extend James existing SMTP implementation by adding your own commands
Project Organization

Project Organization

The Apache Software Foundation

Download custom-smtp-command

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.james.examples/custom-smtp-command/ -->
<dependency>
    <groupId>org.apache.james.examples</groupId>
    <artifactId>custom-smtp-command</artifactId>
    <version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james.examples/custom-smtp-command/
implementation 'org.apache.james.examples:custom-smtp-command:3.7.0'
// https://jarcasting.com/artifacts/org.apache.james.examples/custom-smtp-command/
implementation ("org.apache.james.examples:custom-smtp-command:3.7.0")
'org.apache.james.examples:custom-smtp-command:jar:3.7.0'
<dependency org="org.apache.james.examples" name="custom-smtp-command" rev="3.7.0">
  <artifact name="custom-smtp-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james.examples', module='custom-smtp-command', version='3.7.0')
)
libraryDependencies += "org.apache.james.examples" % "custom-smtp-command" % "3.7.0"
[org.apache.james.examples/custom-smtp-command "3.7.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.james : james-server-protocols-smtp jar 3.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
3.7.0