[x] I acknowledge that all my contributions will be made under the project's license.
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/
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 #