SmtpMsa class
Configuration for communication with an SMTP service.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String?
-
The hostname of the SMTP service.
getter/setter pair
- password ↔ String?
-
The password that will be used for authentication with the SMTP service.
getter/setter pair
- port ↔ int?
-
The port of the SMTP service.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityMode ↔ String?
-
The protocol that will be used to secure communication with the SMTP
service.
getter/setter pair
- username ↔ String?
-
The username that will be used for authentication with the SMTP service.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited