| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.james.examples |
| ArtifactId | ArtifactIdcustom-smtp-hooks |
| Last Version | Last Version3.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache James :: Examples :: Custom SMTP Hooks
Example of how to extend James existing SMTP implementation
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| custom-smtp-hooks-3.7.0.pom | |
| custom-smtp-hooks-3.7.0.jar | 12 KB |
| custom-smtp-hooks-3.7.0-sources.jar | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.james.examples/custom-smtp-hooks/ -->
<dependency>
<groupId>org.apache.james.examples</groupId>
<artifactId>custom-smtp-hooks</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james.examples/custom-smtp-hooks/
implementation 'org.apache.james.examples:custom-smtp-hooks:3.7.0'
// https://jarcasting.com/artifacts/org.apache.james.examples/custom-smtp-hooks/
implementation ("org.apache.james.examples:custom-smtp-hooks:3.7.0")
'org.apache.james.examples:custom-smtp-hooks:jar:3.7.0'
<dependency org="org.apache.james.examples" name="custom-smtp-hooks" rev="3.7.0">
<artifact name="custom-smtp-hooks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james.examples', module='custom-smtp-hooks', version='3.7.0')
)
libraryDependencies += "org.apache.james.examples" % "custom-smtp-hooks" % "3.7.0"
[org.apache.james.examples/custom-smtp-hooks "3.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.james : james-server-protocols-smtp | jar | 3.7.0 |