class BaseEmail::HabitatSettings
- BaseEmail::HabitatSettings
- Reference
- Object
Overview
Learn about sending emails https://luckyframework.org/guides/emails/sending-emails-with-carbon
Defined in:
Class Method Summary
- .adapter : Carbon::Adapter
- .adapter=(value : Carbon::Adapter)
-
.adapter?
Used for checking missing settings on non-nilable types It's advised to use adapter in your apps to ensure the propper type is checked.
- .deliver_later_strategy : Carbon::DeliverLaterStrategy
- .deliver_later_strategy=(value : Carbon::DeliverLaterStrategy)
-
.deliver_later_strategy?
Used for checking missing settings on non-nilable types It's advised to use deliver_later_strategy in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.adapter?
#
Used for checking missing settings on non-nilable types It's advised to use adapter in your apps to ensure the propper type is checked.
def self.deliver_later_strategy?
#
Used for checking missing settings on non-nilable types It's advised to use deliver_later_strategy in your apps to ensure the propper type is checked.