slatekit / kiit

Kotlin Framework for Apps, APIs, CLIs, Jobs, Mobile and more...
https://www.kiit.dev
Apache License 2.0
112 stars 13 forks source link

EMAIL : Update to SendGrid latest API + Misc fixes #315

Closed kishorereddy closed 3 years ago

kishorereddy commented 3 years ago

Overview

Upgrade to the latest version of the SendGrid API for sending emails. The Email is a simple email sender that uses sendgrid underneath as the email provider.

Ticket(s)

n/a

Links(s)

n/a

Dependencies

n/a

Design

  1. Using their API V3 : https://api.sendgrid.com/v3/mail/send
  2. Env: Env component replaces the prior environments qa1, qa2 with simply qat
  3. Lint: removed misc lint warnings
  4. Sqlite: For enums, supporting conversion of enums to both int and long

Notes

n/a

Pending

n/a

Tests

n/a