SendEmailOptions constructor
SendEmailOptions({
- List<
String> ? toContacts = const [], - String? toGroup,
- List<
String> ? to = const [], - String? from,
- List<
String> ? cc = const [], - List<
String> ? bcc = const [], - String? subject,
- String? replyTo,
- String? body,
- bool? html,
- bool? isHTML,
- String? charset,
- List<
String> ? attachments = const [], - Map<
String, Object> ? templateVariables = const {}, - String? template,
- SendEmailOptionsSendStrategyEnum? sendStrategy,
- bool? useInboxName,
- bool? addTrackingPixel,
- bool? filterBouncedRecipients,
- SendEmailOptionsValidateEmailAddressesEnum? validateEmailAddresses,
Returns a new SendEmailOptions instance.
Implementation
SendEmailOptions({
this.toContacts = const [],
this.toGroup,
this.to = const [],
this.from,
this.cc = const [],
this.bcc = const [],
this.subject,
this.replyTo,
this.body,
this.html,
this.isHTML,
this.charset,
this.attachments = const [],
this.templateVariables = const {},
this.template,
this.sendStrategy,
this.useInboxName,
this.addTrackingPixel,
this.filterBouncedRecipients,
this.validateEmailAddresses,
});