This sample demonstrates how to use Mailjet on Google App Engine Flexible.
Before you can run or deploy the sample, you will need to do the following:
-
Configure your Mailjet settings in the environment variables section in
app.yaml.
Refer to the top-level README for instructions on running and deploying.
You can run the application locally and send emails from your local machine. You will need to set environment variables before starting your application:
$ export MAILJET_API_KEY=[your-mailjet-api-key]
$ export MAILJET_API_SECRET=[your-mailjet-secret]
$ export MAILJET_SENDER=[your-sender-address]
$ python main.py
