b

batch-email-sender

A tool for easily sending templated emails with replaceable parameters to numerous recipients.
http://batch-email-sender.lt-peacock.com
MIT License
Lieutenant Peacock
Files download
File Operation
batch-email-sender-1.1.2.jar download
batch-email-sender-1.1.2.pom download
batch-email-sender-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lt-peacock</groupId>
  <artifactId>batch-email-sender</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.lt-peacock:batch-email-sender:1.1.2'
Gradle Kotlin
implementation("com.lt-peacock:batch-email-sender:1.1.2")
Scala SBT
libraryDependencies += "com.lt-peacock" % "batch-email-sender" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.lt-peacock', module='batch-email-sender', version='1.1.2')
)
Apache Ivy
<dependency org="com.lt-peacock" name="batch-email-sender" rev="1.1.2" />
Leiningen
[com.lt-peacock/batch-email-sender "1.1.2"]
Apache Buildr
'com.lt-peacock:batch-email-sender:jar:1.1.2'