LogoRobo.js
Packages@robojs/auth

ResendMailerOptions

Type Alias: ResendMailerOptions

type ResendMailerOptions = {
  apiKey: string;
  from: MailParty;
};

Wire-up options passed to the Resend-backed mailer.

Type declaration

NameType
apiKeystring
from?MailParty

On this page