sendgrid / docs

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

Fix user_name parameter typo in upgrading to API keys doc #6465

Closed quilligana closed 3 years ago

quilligana commented 3 years ago

Checklist

Required

PR Details

Description of the change: The SMTP settings in the upgrade docs should be

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

but the docs reference the user_name as username which is wrong.

Reason for the change: If you implement as per the current doc, you get ArgumentError SMTP-AUTH requested but missing user name

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

Closes #6464