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

Feat SES event-based email sendouts #1530

Merged
merged 20 commits into from
Oct 1, 2023
Merged

Feat SES event-based email sendouts #1530

merged 20 commits into from
Oct 1, 2023

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    71ebcc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    ec089ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b4dda2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca621cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6276d1c View commit details
    Browse the repository at this point in the history
  5. style: format code with PHP CS Fixer

    This commit fixes the style issues introduced in 6276d1c according to the output
    from PHP CS Fixer.
    
    Details: #1530
    deepsource-autofix[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b7c72bb View commit details
    Browse the repository at this point in the history
  6. Add SES request process doc.

    tchalvak committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ca1a1af View commit details
    Browse the repository at this point in the history
  7. SES prod process doc.

    tchalvak committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0d6950b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    654b69a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1feb906 View commit details
    Browse the repository at this point in the history
  10. style: format code with PHP CS Fixer

    This commit fixes the style issues introduced in 1feb906 according to the output
    from PHP CS Fixer.
    
    Details: #1530
    deepsource-autofix[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    22391eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0448835 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    731ae79 View commit details
    Browse the repository at this point in the history
  13. More base email formatting.

    tchalvak committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9465868 View commit details
    Browse the repository at this point in the history
  14. style: format code with PHP CS Fixer

    This commit fixes the style issues introduced in 9465868 according to the output
    from PHP CS Fixer.
    
    Details: #1530
    deepsource-autofix[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c054a20 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Update data array merge so it overwrites correctly,

    a future note that to get expected overriding, have to use the initial array
    as the second entry in the plus operator + chain, strangely.
    tchalvak committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1501583 View commit details
    Browse the repository at this point in the history
  2. style: format code with PHP CS Fixer

    This commit fixes the style issues introduced in 1501583 according to the output
    from PHP CS Fixer.
    
    Details: #1530
    deepsource-autofix[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9be3665 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d98263 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Email template updates.

    tchalvak committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    34d4863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3ea8c View commit details
    Browse the repository at this point in the history