Skip to content
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

Changes needed for compatability with sendgrid 1.0.0-rc.1.0 #1

Open
gcullins opened this issue Jan 3, 2014 · 1 comment
Open

Changes needed for compatability with sendgrid 1.0.0-rc.1.0 #1

gcullins opened this issue Jan 3, 2014 · 1 comment

Comments

@gcullins
Copy link

gcullins commented Jan 3, 2014

Hello,

There are a few minor changes to the method calls in sendgrid-nodejs-example.js that need to be made so that this is compatible with sendgrid 1.0.0-rc.1.0:

...
email.addSubstitution("%how%", "Owl");
email.addHeader({'X-Sent-Using': 'SendGrid-API'});
email.addHeader({'X-Transport': 'web'});
...

Everything works well with the changes above.

@motdotla
Copy link
Contributor

motdotla commented Jan 3, 2014

Thanks for this gcullins. I'll look at this as soon as I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants