fromEmailAddress property

String? fromEmailAddress
getter/setter pair

The local part of the email address from which authentication-related emails (e.g. OTP code, magic links) will be sent. Only alphanumeric values are allowed. Note that this value should contain only the local part of the address (e.g. foo for foo@example.com).

Implementation

String? fromEmailAddress;