• Welcome to Sendgrid

Question related to mission Welcome Email by SendGrid

 

I would like to give some feedback about ...

From: https://py.checkio.org/mission/sendgrid-sendone/solve/

Using the example documentation (https://sendgrid.com/docs/for-developers/sending-email/v3-python-code-example/) everything works fine on my local machine but when trying to solve the mission, using the exact same code, it looks like the module is outdated since it complains about the Mail class not having a "toemails" key. Solving that (by changing to "toemail") I run into "html_content" being a missing keyword.

Working my way around that it turns out the SendGridAPIClient doesn't function at all like suggested in the documentation, you have to provide "apikey" as in your kind suggestion to help me get started but it also lacks the send function as suggested in the documentation from Sendgrid, the exact documentation that the mission information points me to.

Really love your work, would really like for this mission to more straight forward.

Regards, CLX T