sendgrid / docs

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

Update references to Basic Auth username/password usage #6399

Closed kkerkhof closed 3 years ago

kkerkhof commented 3 years ago

Checklist

Required

PR Details

Description of the change: Removed optional aspects of using apikey and an API Key as username + password combinations for authentication alternative to API Key authentications. Reason for the change: As of 20 January 2021, Basic Authentication with account username + password combination will no longer work, documentation should be changed to require username: apikey and an API Key generated from the account as the password. If the integration does not permit a password of 69 characters (API Key length) that should be noted and further discussion should be had to determine SendGrid compatibility. Link to original source: https://sendgrid.com/docs/for-developers/sending-email/postfix/

Closes #