Sendgrid vs. duplicate recipients
-
My application in WP sends emails using Contact Forms 7 and I uses Post SMTP to used SendGrid of such emails. I faced the following error: if I send an email with the same email in TO and CC (the user filling the registration form could use the same email address in the two different fields…) then I get the following error in the log: “Each email address in the personalization block should be unique between to, cc, and bcc. We found the first duplicate instance of [XXXX@YYY] in the personalizations.0.cc field.”.
It looks a restriction of the SendGrid API but in this way Post SMTP can’t guarantee the same behavior switching from a method to another. Could Post SMTP manage this removing the duplicates filling the personalizations structure?Thanks
- The topic ‘Sendgrid vs. duplicate recipients’ is closed to new replies.