core.mailoptions.from
Home > @medplum/core > MailOptions > from
MailOptions.from property
The e-mail address of the sender. All e-mail addresses can be plain sender@server.com
or formatted Sender Name <sender@server.com>
Signature:
readonly from?: string | MailAddress;