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
In our use case (no substitution, same body for everyone, meaning to send a separate email to each recipient individually), this lead to sending a single email with everyone in the "to" recipients list.
The right way to achieve this is to use create N Personalizations:
Issue Summary
The "Send Multiple Emails to Multiple Recipients" documentation section basically uses this to demonstrate sending an email to multiple recipients:
In our use case (no substitution, same body for everyone, meaning to send a separate email to each recipient individually), this lead to sending a single email with everyone in the "to" recipients list.
The right way to achieve this is to use create N
Personalization
s:Are mails separately sent only if there is at least one substitution? Shouldn't we update the documentation to add a warning if that's the case?
Waiting for feedback before opening a PR to update the documentation!
Steps to Reproduce
->addTo(new To($email))
)Technical details:
The text was updated successfully, but these errors were encountered: