c

cq-mailer

Mailer service, sends email and other messages to possibly large numbers of recipients, asynchronously.
https://adobe.com
License Agreement
Adobe
Adobe
Files download
File Operation
cq-mailer-5.6.4.jar download
cq-mailer-5.6.4.pom download
cq-mailer-5.6.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.cq</groupId>
  <artifactId>cq-mailer</artifactId>
  <version>5.6.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.day.cq:cq-mailer:5.6.4'
Gradle Kotlin
implementation("com.day.cq:cq-mailer:5.6.4")
Scala SBT
libraryDependencies += "com.day.cq" % "cq-mailer" % "5.6.4"
Groovy Grape
@Grapes(
  @Grab(group='com.day.cq', module='cq-mailer', version='5.6.4')
)
Apache Ivy
<dependency org="com.day.cq" name="cq-mailer" rev="5.6.4" />
Leiningen
[com.day.cq/cq-mailer "5.6.4"]
Apache Buildr
'com.day.cq:cq-mailer:jar:5.6.4'