vertx-mandrill

Mandrill API

License

License

GroupId

GroupId

cl.yaykuy
ArtifactId

ArtifactId

mandrill
Last Version

Last Version

0.0.1-rc1
Release Date

Release Date

Type

Type

jar
Description

Description

vertx-mandrill
Mandrill API
Project URL

Project URL

https://github.com/yaykuy/vertx-mandrill/
Source Code Management

Source Code Management

https://github.com/yaykuy/vertx-mandrill.git

Download mandrill

How to add to project

<!-- https://jarcasting.com/artifacts/cl.yaykuy/mandrill/ -->
<dependency>
    <groupId>cl.yaykuy</groupId>
    <artifactId>mandrill</artifactId>
    <version>0.0.1-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/cl.yaykuy/mandrill/
implementation 'cl.yaykuy:mandrill:0.0.1-rc1'
// https://jarcasting.com/artifacts/cl.yaykuy/mandrill/
implementation ("cl.yaykuy:mandrill:0.0.1-rc1")
'cl.yaykuy:mandrill:jar:0.0.1-rc1'
<dependency org="cl.yaykuy" name="mandrill" rev="0.0.1-rc1">
  <artifact name="mandrill" type="jar" />
</dependency>
@Grapes(
@Grab(group='cl.yaykuy', module='mandrill', version='0.0.1-rc1')
)
libraryDependencies += "cl.yaykuy" % "mandrill" % "0.0.1-rc1"
[cl.yaykuy/mandrill "0.0.1-rc1"]

Dependencies

test (2)

Group / Artifact Type Version
io.vertx : testtools jar 2.0.3-final
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

vertx-mandrill :: Mandrill API access

Dependencies

No dependencies on other modules

Name

The module name is mandrill.

Configuration

This busmod takes the following configuration:

{
    "address": <address>,
    "mandrill_apikey": <mandrill_api_key>
    
}

For example:

{
    "address": "mandrill",
	"mandrill_apikey": "xYYL34Sv1CfrnOgmnbj9Tw"
}        

Let's take a look at each field in turn:

  • address The main address for the busmod. Optional field. Default value is mandrill
  • mandrill_apikey The API key provided by mandrill

##Actions

Look at https://mandrillapp.com/api/docs/

Implemented:

  • Users: Info, Ping2, Senders
  • Messages: Send, Send-Template

Build Status

cl.yaykuy

Yaykuy Bitcoin Chile

Versions

Version
0.0.1-rc1