Mailable class abstract

Constructors

Mailable()

Properties

attachments List
Optional list of attachments
no setter
bcc List<String>
Optional list of BCC recipients
no setter
cc List<String>
Optional list of CC recipients
no setter
data Map<String, dynamic>
The data map available inside the template
no setter
from String?
Optional from address
no setter
hashCode int
The hash code for this object.
no setterinherited
replyTo String?
Optional reply-to address
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
The subject line of the email
no setter
to List<String>
Optional list of email recipients
no setter
view String
The view path for the email template (relative to lib/mail/)
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queue() Future<void>
Queue the email for background sending
send() Future<void>
Send the email immediately
toString() String
A string representation of this object.
inherited
validate() → void
Validation method to ensure required fields are present

Operators

operator ==(Object other) bool
The equality operator.
inherited