Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

deathman92/sendgrid-spring-boot-starter

Repository files navigation

Build Status Download

Spring Boot SendGrid starter

A Spring Boot starter that will help you configure SendGrid within the application context.

Features

In order to add SendGrid to your project simply add this dependency to your classpath:

Gradle

repositories {
 jcenter()
}

dependencies {
 compile("com.github.deathman92:sendgrid-spring-boot-starter:1.0.0")
}

Maven

<dependency>
  <groupId>com.github.deathman92</groupId>
  <artifactId>sendgrid-spring-boot-starter</artifactId>
  <version>1.0.0</version>
</dependency>

Spring Boot properties configuration

sendgrid.api-key= // your apiKey (https://app.sendgrid.com/settings/api_keys) 
sendgrid.test= // is used in test mode
sendgrid.host= // host of endpoint [default: api.sendgrid.com]
sendgrid.version= // version of endpoint [default: v3]

Licence

MIT

About

Spring Boot starter for SendGrid v3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages