struct
Amber::Mailer::DeliveryResult
- Amber::Mailer::DeliveryResult
- Struct
- Value
- Object
Overview
Represents the result of an email delivery attempt.
Contains a success flag and an optional error message for failed deliveries.
Defined in:
amber/mailer/email.crConstructors
Instance Method Summary
- #error : String | Nil
- #error=(error : String | Nil)
- #is_successful : Bool
- #is_successful=(is_successful : Bool)