Skip to content

feat(email): Add mailhog by default in docker-compose for local smtp server#6869

Merged
likhinbopanna merged 14 commits intomainfrom
add-mailhog
Jan 21, 2025
Merged

feat(email): Add mailhog by default in docker-compose for local smtp server#6869
likhinbopanna merged 14 commits intomainfrom
add-mailhog

Conversation

@jagan-jaya
Copy link
Contributor

@jagan-jaya jagan-jaya commented Dec 18, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Add support to run local email server in docker-compose. User can see the email we send even in local setup

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@jagan-jaya jagan-jaya requested review from a team as code owners December 18, 2024 04:38
@semanticdiff-com
Copy link

Review changes with  SemanticDiff

@jagan-jaya jagan-jaya changed the title Add mailhog by default in docke-compose for local smtp server Add mailhog by default in docker-compose for local smtp server Dec 18, 2024
@jagan-jaya jagan-jaya self-assigned this Dec 18, 2024
@prajwalnl0 prajwalnl0 changed the title Add mailhog by default in docker-compose for local smtp server feat(email): Add mailhog by default in docker-compose for local smtp server Dec 19, 2024
@prajwalnl0 prajwalnl0 linked an issue Dec 19, 2024 that may be closed by this pull request
JeevaRamu0104
JeevaRamu0104 previously approved these changes Jan 8, 2025
ThisIsMani
ThisIsMani previously approved these changes Jan 8, 2025
@jagan-jaya jagan-jaya dismissed stale reviews from ThisIsMani and JeevaRamu0104 via 64e8673 January 10, 2025 11:39
@likhinbopanna likhinbopanna added this pull request to the merge queue Jan 17, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 17, 2025
@likhinbopanna likhinbopanna added this pull request to the merge queue Jan 21, 2025
Merged via the queue into main with commit 100a178 Jan 21, 2025
19 of 20 checks passed
@likhinbopanna likhinbopanna deleted the add-mailhog branch January 21, 2025 10:39
pixincreate added a commit that referenced this pull request Jan 24, 2025
…d-memory-cache

* 'main' of github.com:juspay/hyperswitch: (38 commits)
  fix(cypress): uncaught exceptions thrown by `hyperswitch.io` (#7092)
  ci(workflows): Add code coverage reporting for v2 (#6884)
  chore(version): 2025.01.23.0
  refactor: [CYBERSOURCE, BANKOFAMERICA, WELLSFARGO] Move code to crate hyperswitch_connectors (#6908)
  Documentation edits made through Mintlify web editor
  chore: enable 128-column-tables feature for diesel crate (#6857)
  feat(connector): [ADYEN ] Consume transaction id for PaymentsPreProcessing error (#7061)
  chore(version): 2025.01.22.0
  feat(routing): Integrate global success rates (#6950)
  feat(email): Add mailhog by default in docker-compose for local smtp server (#6869)
  refactor: check allowed payment method types in enabled options (#7019)
  feat(router): add payment method-specific features to connector feature list (#6963)
  Refactor: Customer email and browser Information (#7034)
  feat(connectors): fiuu,novalnet,worldpay - extend NTI flows (#6946)
  fix(cypress): address cybersource redirection inconsistency (#7057)
  chore(version): 2025.01.21.0
  refactor(payment-link): use shouldRemoveBeforeUnloadEvents flag for handling removal of beforeunload events through SDK (#7072)
  refactor(router): refactor ctp flow to fetch mca_id and get the connector creds instead of connector_name (#6859)
  chore(version): 2025.01.20.0
  fix(relay): populate connector metadata in the refunds flow (#7045)
  ...
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.

feat(email): Local SMTP server

6 participants