class Carbon::SendGridAdapter::Email

Defined in:

carbon_sendgrid_adapter.cr

Constant Summary

BASE_URI = "api.sendgrid.com"
MAIL_SEND_PATH = "/v3/mail/send"

Constructors

Instance Method Summary

Constructor Detail

def self.new(email : Carbon::Email, api_key : String, sandbox : Bool = false) #

[View source]

Instance Method Detail

def deliver #

[View source]