class Marten::Emailing::Backend::Development

Overview

A development emailing backend that outputs details of delivered emails.

Defined in:

marten/emailing/backend/development.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Marten::Emailing::Backend::Base

deliver(email : Email) deliver

Constructor Detail

def self.new(print_emails : Bool = false, collect_emails : Bool = true, stdout : IO = STDOUT) #

[View source]

Class Method Detail

def self.delivered_emails #

[View source]

Instance Method Detail

def deliver(email : Email) : Nil #

[View source]
def delivered_emails(*args, **options) #

[View source]
def delivered_emails(*args, **options, &) #

[View source]
def print_emails? : Bool #

[View source]