Helpers: Personalization - From #1067
Labels
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
Issue Summary
Checking the request body for
mail/send
(https://docs.sendgrid.com/api-reference/mail-send/mail-send), it was discovered that helper classes provided in this library can be improvedErrors found:
setObjectName
, but in this case isaddFrom
as the from property is an array, but it is an objectCode:
sendgrid-php/lib/mail/Personalization.php
Line 69 in 3dcfc4d
This is also confusing because in Mail class the method is
setFrom
The text was updated successfully, but these errors were encountered: