You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Builds a mail object that will be sent using a pre-defined email
121
-
# template. The template content (subject, text, html, category) is
122
-
# defined in the Mailtrap dashboard and referenced by the template_uuid.
123
-
# Template variables can be passed to customize the template content.
120
+
# Builds a base mail object for batch sending using a pre-defined email template.
121
+
# This "base" defines shared properties (such as sender, reply-to, template UUID, and template variables)
122
+
# that will be used as defaults for all emails in the batch. Individual batch requests can override these values.
123
+
# Use this method when you want to send multiple emails with similar content, leveraging a template defined in the Mailtrap dashboard. # rubocop:disable Layout/LineLength
124
+
# Template variables can be passed to customize the template content for all recipients, and can be overridden per request. # rubocop:disable Layout/LineLength
0 commit comments