class Mailer::Sendgrid

Defined in:

mailer/sendgrid.cr

Constructors

Instance Method Summary

Instance methods inherited from class Mailer::Provider

send(email) send

Constructor Detail

def self.new(key : String) #

Setup sendgrid library with your api key

Mailer::Sendgrid.setup(key: "your-key-here")

[View source]

Instance Method Detail

def send(message) #

[View source]