sendgrid / docs

Repository of Twilio SendGrid's product documentation.
https://sendgrid.com/docs
MIT License
235 stars 966 forks source link

Typo in required SMTP parameters for upgrading to API keys auth #6464

Closed quilligana closed 3 years ago

quilligana commented 3 years ago

Expected content

The SMTP settings in the upgrade docs should be

user_name: "apikey"
password: <Your API Key>

Actual content

username: "apikey"
password: <Your API Key>

This throws an error now that the deadline for upgrade has passed. ArgumentError SMTP-AUTH requested but missing user name

Link to page: https://sendgrid.com/docs/for-developers/sending-email/upgrade-your-authentication-method-to-api-keys/