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

refactor: remove unused Nodemailer env vars #253

Merged
merged 1 commit into from
Sep 2, 2020
Merged

Conversation

liangyuanruo
Copy link
Contributor

Problem

The following environment variables are deprecated by Nodemailer and verified to be no longer in use in production

  • SES_RATE
  • SES_RATELIMIT

Solution

Removed aforementioned environment variables from the codebase.

Additionally, addressed Markdown linting issues in the deployment setup
file.

Improvements:

  • Improved code cleanliness
  • Improved documentation

Deploy Notes

Notes regarding deployment of the contained body of work. These should note any
new dependencies, new scripts, etc.

Removed environment variables:

  • SES_RATE
  • SES_RATELIMIT

The following environment variables are deprecated by Nodemailer and no lnoger in use in production
* SES_RATE
* SES_RATELIMIT

Additionally addressed linting issues in the deployment setup Markdown
file.
@mantariksh mantariksh merged commit 19216a0 into develop Sep 2, 2020
@liangyuanruo liangyuanruo deleted the deprecate-mail branch September 2, 2020 08:19
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

Successfully merging this pull request may close these issues.

3 participants