from static method
Sets the sender (from address).
Implementation
static MailerInterface from(String address, [String? name]) =>
manager.from(address, name);
Sets the sender (from address).
static MailerInterface from(String address, [String? name]) =>
manager.from(address, name);