-
Notifications
You must be signed in to change notification settings - Fork 625
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
Create a tutorial to deploy a simple Hello Email app on Heroku with PHP using this SDK #441
Comments
I want to tackle this, but first I have a simple question, because it is bugging me. The issue asks for best practices for storing credentials while in USE_CASES.md you advocate for <?php
// If you are using Composer
require 'vendor/autoload.php';
// If you are not using Composer (recommended)
// require("path/to/sendgrid-php/sendgrid-php.php"); |
Hello @gabidavila, Good catch, the Thanks! With Best Regards, Elmer |
Of course, will be there soon enough. |
@gabidavila how's it going? Anything we can do to help? |
Closing as this feels like more of a blog post than library documentation and use cases. |
Create a tutorial that explains how to create a simple Hello Email app and deploy to Heroku.
The example should utilize best practices for storing credentials. By the end of the tutorial, the user should be able to send an email using their deployed app.
Please add the tutorial to USE_CASES.md.
The text was updated successfully, but these errors were encountered: