abstract class Carbon::Email
- Carbon::Email
- Reference
- Object
Defined in:
carbon/email.crInstance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #bcc
- #cc
- #deliver
- #deliver_later
- #from : Carbon::Address
- #headers : Hash(String, String)
- #html_body
- #subject : String
- #text_body
- #to : Array(Carbon::Address)
Macro Summary
- bcc(value)
- cc(value)
- configure
- from(value)
- header(key, value)
- id_or_method(value)
- reply_to(address)
- subject(value)
- to(value)
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.