c

custom-smtp-hooks

Example of how to extend James existing SMTP implementation
Files download
File Operation
custom-smtp-hooks-3.7.5.jar download
custom-smtp-hooks-3.7.5.pom download
custom-smtp-hooks-3.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.james.examples</groupId>
  <artifactId>custom-smtp-hooks</artifactId>
  <version>3.7.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.james.examples:custom-smtp-hooks:3.7.5'
Gradle Kotlin
implementation("org.apache.james.examples:custom-smtp-hooks:3.7.5")
Scala SBT
libraryDependencies += "org.apache.james.examples" % "custom-smtp-hooks" % "3.7.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.james.examples', module='custom-smtp-hooks', version='3.7.5')
)
Apache Ivy
<dependency org="org.apache.james.examples" name="custom-smtp-hooks" rev="3.7.5" />
Leiningen
[org.apache.james.examples/custom-smtp-hooks "3.7.5"]
Apache Buildr
'org.apache.james.examples:custom-smtp-hooks:jar:3.7.5'