Files
django-anymail/docs/esps
Mike Edmunds 41754d9813 Amazon SES: use SES v2 API by default
- Rename `anymail.backends.amazon_sesv2.EmailBackend`
  to `amazon_ses`, making SES v2 the default.
- Rename the old `amazon_ses` backend to `amazon_sesv1`,
  keeping it available. Add a deprecation warning.
- Alias `amazon_sesv2` to `amazon_ses`, with a
  deprecation warning (for projects that opted
  into v2 early under Anymail 9.1 or 9.2).
- Similar renaming on the test files.
- Update docs to assume v2 in most places
  (other than migration-specific sections)
2023-05-04 12:27:55 -07:00
..
2022-05-15 10:11:00 -07:00
2022-12-18 12:22:43 -08:00
2021-06-07 17:11:35 -07:00
2022-05-15 10:11:00 -07:00
2022-12-18 15:53:45 -08:00