Skip to content

Add a tutorial to deploy a simple "Hello Email" app on Heroku #443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions use_cases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This directory provides examples for specific use cases of this library. Please

* [How to Create a Django app, Deployed on Heroku, to Send Email with SendGrid](django.md)
* [How to Deploy A Simple Hello Email App on AWS](aws.md)
* [How to Deploy a simple Flask app, to send Email with SendGrid, on Heroku](flask_heroku.md)
* [How to Setup a Domain Whitelabel](domain_whitelabel.md)
* [How to View Email Statistics](email_stats.md)

Expand Down
9 changes: 9 additions & 0 deletions use_cases/flask_heroku.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Create a Flask app to send email with SendGrid

This tutorial explains how to deploy a simple Flask app, to send an email using the SendGrid Python SDK, on Heroku.

1. Create a SendGrid API key at https://app.sendgrid.com/settings/api_keys
1. Go to https://github.com/swapagarwal/sendgrid-flask-heroku
1. Click on `Deploy to Heroku` button, and follow the instructions.

That's all. You'll be sending your first email within seconds!