sendgrid-php icon indicating copy to clipboard operation
sendgrid-php copied to clipboard

The Official Twilio SendGrid PHP API Library

Results 41 sendgrid-php issues
Sort by recently updated
recently updated
newest added

Can someone exmplain me how that substitution_tag works? ``` $email = new Mail(); $email->setClickTracking(true, true); $email->setOpenTracking(true, "--sub--"); $email->setSubscriptionTracking( true, "subscribe", "subscribe", "%%sub%%" ); $email->setSubject("Sending with Twilio SendGrid is Fun 2");...