Packages@robojs/auth
ResendMailerOptions
Type Alias: ResendMailerOptions
type ResendMailerOptions = {
apiKey: string;
from: MailParty;
};Wire-up options passed to the Resend-backed mailer.
Type declaration
| Name | Type |
|---|---|
apiKey | string |
from? | MailParty |
