OutgoingMessage constructor
OutgoingMessage({
- String? html,
- String? text,
- String? subject,
- String? fromEmail,
- String? fromName,
- List<
Recipient> ? to, - Map<
String, String> ? headers, - bool? important,
- bool? trackOpens,
- bool? trackClicks,
- bool? autoText,
- bool? autoHtml,
- bool? inlineCss,
- bool? urlStripQs,
- bool? preserveRecipients,
- bool? viewContentLink,
- String? bccAddress,
- String? trackingDomain,
- String? signingDomain,
- String? returnPathDomain,
- bool? merge,
- String? mergeLanguage,
- Map<
String, dynamic> ? globalMergeVars, - List<
RecipientMergeVars> ? mergeVars, - List<
String> ? tags, - String? subaccount,
- List<
String> ? googleAnalyticsDomains, - String? googleAnalyticsCampaign,
- Map<
String, String> ? metadata, - List<
RecipientMetadata> ? recipientMetadata, - List<
File> ? attachments, - List<
File> ? images,
Implementation
OutgoingMessage({
this.html,
this.text,
this.subject,
this.fromEmail,
this.fromName,
this.to,
this.headers,
this.important,
this.trackOpens,
this.trackClicks,
this.autoText,
this.autoHtml,
this.inlineCss,
this.urlStripQs,
this.preserveRecipients,
this.viewContentLink,
this.bccAddress,
this.trackingDomain,
this.signingDomain,
this.returnPathDomain,
this.merge,
this.mergeLanguage,
this.globalMergeVars,
this.mergeVars,
this.tags,
this.subaccount,
this.googleAnalyticsDomains,
this.googleAnalyticsCampaign,
this.metadata,
this.recipientMetadata,
this.attachments,
this.images,
});