sendgrid-python client works with one email, but not another
I’ve got Twilio SendGrid’s Python API client working and sending emails with one from_email address. In a new/different application, I want to use the same SendGrid account, but use a different from_email. I’ve tried just changing the from_email field in the Mail class, but that doesn’t work; I get the following error: Traceback (most recent… Read More sendgrid-python client works with one email, but not another