sendgrid / sendgrid-go

The Official Twilio SendGrid Golang API Library
https://sendgrid.com
MIT License
984 stars 260 forks source link

feat: added data residency for eu and global regions #469

Closed tiwarishubham635 closed 11 months ago

tiwarishubham635 commented 11 months ago

Fixes

Added region field in sendgrid options. The default region is "global" and the default host is "api.sendgrid.com". When the region is set to "eu", the host should change to "api.eu.sendgrid.com".

Checklist

If you have questions, please file a support ticket.

manisha1997 commented 11 months ago

LGTM